Skip to content

Commit 1ed8c79

Browse files
committed
Python 3.10 minimum
1 parent a77a330 commit 1ed8c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ['3.9', '3.12']
15+
python-version: ['3.10', '3.12']
1616

1717
steps:
1818
- name: Checkout code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
license = {text = "Apache Software License (Apache 2.0)"}
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = [
1212
"geopandas~=1.0",
1313
"openpyxl~=3.0",

0 commit comments

Comments
 (0)