Skip to content

Commit 3a1debc

Browse files
committed
Bump minimum python version to 3.9 for geopandas 1.0
1 parent 402dfb1 commit 3a1debc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ["3.8", "3.12"]
10+
python-version: ["3.9", "3.12"]
1111

1212
runs-on: ubuntu-latest
1313

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Topic :: Scientific/Engineering :: GIS",
2020
"Topic :: Utilities",
2121
]
22+
requires-python = ">=3.9"
2223
dependencies = ["geopandas>=1.0", "numpy", "pandas", "shapely>=2.0"]
2324

2425
[project.optional-dependencies]

0 commit comments

Comments
 (0)