File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 # use all supported versions from https://devguide.python.org/versions/
21- python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
21+ python-version : ["3.10 ", "3.11 ", "3.12 ", "3.13 "]
2222
2323 with :
2424 python-version : ${{ matrix.python-version }}
3131 uses : geo-engine/geoengine-python/.github/workflows/test-python.yml@main
3232
3333 with :
34- python-version : 3.9
34+ python-version : " 3.10 "
3535 use-uv : true
3636 coverage : true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ classifiers =
1616[options]
1717package_dir =
1818packages = find:
19- python_requires = >=3.9
19+ python_requires = >=3.10
2020install_requires =
2121 geoengine-openapi-client == 0.0.23
2222 geopandas >=0.9,<2.1
You can’t perform that action at this time.
0 commit comments