File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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"
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
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 ) )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments