Skip to content

Commit 764b12f

Browse files
authored
Merge pull request #110 from opengisch/QF-8283
Make the SDK to be tested against the newly released Python versions
2 parents 352107c + 3f8f79a commit 764b12f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Run unit tests & build
3434
strategy:
3535
matrix:
36-
python_version: ["3.9", "3.10", "3.11", "3.12"]
36+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3737
os: [ubuntu-latest]
3838

3939
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3032
"Programming Language :: Python :: Implementation :: CPython",
3133
"Topic :: Scientific/Engineering :: GIS",
3234
]

0 commit comments

Comments
 (0)