Skip to content

Commit 134eaea

Browse files
committed
Merge branch 'issue801-py314'
2 parents a4dfa5c + 131e15b commit 134eaea

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
@@ -27,6 +27,7 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30+
- "3.14"
3031
# Additional special cases (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-adding-configurations)
3132
include:
3233
- 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+
- Official support for Python 3.14 (include Python 3.14 in unit test matrix on GitHub Actions) ([#801](https://github.com/Open-EO/openeo-python-client/issues/801))
13+
1214
### Changed
1315

1416
### Removed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"Programming Language :: Python :: 3.11",
109109
"Programming Language :: Python :: 3.12",
110110
"Programming Language :: Python :: 3.13",
111+
"Programming Language :: Python :: 3.14",
111112
"License :: OSI Approved :: Apache Software License",
112113
"Development Status :: 5 - Production/Stable",
113114
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)