File tree 3 files changed +4
-0
lines changed 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 26
26
- " 3.10"
27
27
- " 3.11"
28
28
- " 3.12"
29
+ - " 3.13"
29
30
# Additional special cases (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-adding-configurations)
30
31
include :
31
32
- os : " windows-latest"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
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
+
12
14
### Changed
13
15
14
16
- Drop support for Python 3.7 ([ #578 ] ( https://github.com/Open-EO/openeo-python-client/issues/578 ) )
Original file line number Diff line number Diff line change 102
102
"Programming Language :: Python :: 3.10" ,
103
103
"Programming Language :: Python :: 3.11" ,
104
104
"Programming Language :: Python :: 3.12" ,
105
+ "Programming Language :: Python :: 3.13" ,
105
106
"License :: OSI Approved :: Apache Software License" ,
106
107
"Development Status :: 5 - Production/Stable" ,
107
108
"Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments