We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf8e0e commit 91a8205Copy full SHA for 91a8205
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
# use all supported versions from https://devguide.python.org/versions/
21
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
22
23
with:
24
python-version: ${{ matrix.python-version }}
@@ -31,6 +31,6 @@ jobs:
31
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main
32
33
34
- python-version: 3.9
+ python-version: "3.10"
35
use-uv: true
36
coverage: true
setup.cfg
@@ -16,7 +16,7 @@ classifiers =
16
[options]
17
package_dir =
packages = find:
-python_requires = >=3.9
+python_requires = >=3.10
install_requires =
geoengine-openapi-client == 0.0.23
geopandas >=0.9,<2.1
0 commit comments