Skip to content

Commit

Permalink
[META] Adds official support for Python 3.13 & 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Oct 26, 2024
1 parent 2c1edd2 commit cb61024
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- '3.9'
# - '3.10'
- '3.11'
- '3.12-dev'
# - '3.12'
- '3.13'
- '3.14-dev'
- 'pypy3.9'
include:
- os: 'ubuntu-20.04'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project (partially) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Python 3.13 & 3.14 official support

## [v4.15.0.0] - 2024-09-30
### Added
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: 3 :: Only',
'Topic :: System'
]
Expand Down

0 comments on commit cb61024

Please sign in to comment.