Skip to content

Commit 9ec9156

Browse files
test ref
1 parent 34cec38 commit 9ec9156

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/.backend_git_ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
35bae875265258dfacb8c9103e6967c7c934406a
1+
af126cb150c974cf47a52d2fac5b4a96a81d2c77

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212

1313
jobs:
1414
check:
15-
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@ubuntu-24
15+
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main
1616

1717
strategy:
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.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
with:
2424
python-version: ${{ matrix.python-version }}
@@ -28,7 +28,7 @@ jobs:
2828
# Checks the library using minimum version resolution
2929
# `uv` has this feature built-in, c.f. https://github.com/astral-sh/uv
3030
check-min-version:
31-
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@ubuntu-24
31+
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main
3232

3333
with:
3434
python-version: 3.9

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_requires =
2424
numpy >=1.21,<2.1
2525
owslib >=0.27,<0.32
2626
pillow >=10.0,<12
27-
pyarrow >=17.0,<18
27+
pyarrow >=17.0,<20
2828
python-dotenv >=0.19,<1.1
2929
rasterio >=1.3,<2
3030
requests >= 2.26,<3

0 commit comments

Comments
 (0)