Skip to content

Commit 91a8205

Browse files
build: check newer Python versions
1 parent bcf8e0e commit 91a8205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 }}
@@ -31,6 +31,6 @@ jobs:
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers =
1616
[options]
1717
package_dir =
1818
packages = find:
19-
python_requires = >=3.9
19+
python_requires = >=3.10
2020
install_requires =
2121
geoengine-openapi-client == 0.0.23
2222
geopandas >=0.9,<2.1

0 commit comments

Comments
 (0)