Skip to content

Commit 2fc300f

Browse files
committed
bump minimum python to 3.9
1 parent 05c98d5 commit 2fc300f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-rasterstats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ progress = [
4646
]
4747
test = [
4848
"coverage",
49-
"geopandas <= 1.0",
49+
"geopandas",
5050
"pyshp >=1.1.4",
5151
"pytest >=4.6",
5252
"pytest-cov >=2.2.0",

0 commit comments

Comments
 (0)