Skip to content

Commit 90f08f2

Browse files
committed
Run tests against python 3.12 as well
1 parent 7e3d4b9 commit 90f08f2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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.9"
2727
- "3.10"
2828
- "3.11"
29+
- "3.12"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Add `DataCube.reduce_spatial()`
1414
- Added option (enabled by default) to automatically validate a process graph before execution. Validation issues just trigger warnings for now. ([#404](https://github.com/Open-EO/openeo-python-client/issues/404))
1515
- Added "Sentinel1" band mapping support to "Awesome Spectral Indices" wrapper ([#484](https://github.com/Open-EO/openeo-python-client/issues/484))
16+
- Run tests in GitHub Actions against Python 3.12 as well
1617

1718
### Changed
1819

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"Programming Language :: Python :: 3.9",
9797
"Programming Language :: Python :: 3.10",
9898
"Programming Language :: Python :: 3.11",
99+
"Programming Language :: Python :: 3.12",
99100
"License :: OSI Approved :: Apache Software License",
100101
"Development Status :: 5 - Production/Stable",
101102
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)