Skip to content

Commit

Permalink
Start running unittest GA workflow against python 3.13 too #653
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 31, 2024
1 parent 26bc871 commit 1fa6a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
# Additional special cases (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-adding-configurations)
include:
- os: "windows-latest"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

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

### Changed

- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578))
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Apache Software License",
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 1fa6a8b

Please sign in to comment.