We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a330 commit 1ed8c79Copy full SHA for 1ed8c79
.github/workflows/python-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
- python-version: ['3.9', '3.12']
+ python-version: ['3.10', '3.12']
16
17
steps:
18
- name: Checkout code
pyproject.toml
@@ -7,7 +7,7 @@ authors = [
7
]
8
license = {text = "Apache Software License (Apache 2.0)"}
9
readme = "README.md"
10
-requires-python = ">=3.9"
+requires-python = ">=3.10"
11
dependencies = [
"geopandas~=1.0",
"openpyxl~=3.0",
0 commit comments