Skip to content

Commit

Permalink
Bump minimum python version to 3.9 for geopandas 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Sep 4, 2024
1 parent 402dfb1 commit 3a1debc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.9", "3.12"]

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Utilities",
]
requires-python = ">=3.9"
dependencies = ["geopandas>=1.0", "numpy", "pandas", "shapely>=2.0"]

[project.optional-dependencies]
Expand Down

0 comments on commit 3a1debc

Please sign in to comment.