Skip to content

Commit 1fa6a8b

Browse files
committed
Start running unittest GA workflow against python 3.13 too #653
1 parent 26bc871 commit 1fa6a8b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "3.10"
2727
- "3.11"
2828
- "3.12"
29+
- "3.13"
2930
# Additional special cases (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-adding-configurations)
3031
include:
3132
- os: "windows-latest"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Start running unit tests in GitHub Actions against Python 3.13 too ([#653](https://github.com/Open-EO/openeo-python-client/issues/653))
13+
1214
### Changed
1315

1416
- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578))

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"Programming Language :: Python :: 3.10",
103103
"Programming Language :: Python :: 3.11",
104104
"Programming Language :: Python :: 3.12",
105+
"Programming Language :: Python :: 3.13",
105106
"License :: OSI Approved :: Apache Software License",
106107
"Development Status :: 5 - Production/Stable",
107108
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)