Skip to content

Commit

Permalink
Drop python 3.8 and add python 3.12 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Nov 6, 2024
1 parent 674a344 commit 8b122ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
pyvista-version: ["latest"]
vtk-version: ["latest"]
include:
- python-version: "3.10"
pyvista-version: "0.42.3"
pyvista-version: "0.44.1"
vtk-version: "latest"
- python-version: "3.9"
pyvista-version: "latest"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["version"]
name = "pyransame"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"pyvista>=0.44",
"numpy",
Expand Down

0 comments on commit 8b122ab

Please sign in to comment.