Skip to content

Commit

Permalink
Add official support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 8, 2024
1 parent 1bdbf85 commit 4b6d926
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13-dev",
"3.13",
"3.14-dev",
},
"click-version": {
Expand Down Expand Up @@ -94,10 +94,10 @@ jobs:
{"os": "macos-13"},
{"os": "windows-2019"},
# Exclude Python's dev version.
{"python-version": "3.13-dev"},
{"python-version": "3.14-dev"},
# Exclude intermediate Python version. Only test on oldest and newest released Python versions.
{"python-version": "3.11"},
{"python-version": "3.12"},
):
exclude.append({**dev_version, **criterion})
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
> [!IMPORTANT]
> This version is not released yet and is under active development.
- Add support for Python 3.13.
- Drop supports for Python 3.9.
- Run tests on Python 3.14-dev.
- Add tests on `ubuntu-24.04`. Remove tests on `ubuntu-20.04`.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Documentation :: Sphinx',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 4b6d926

Please sign in to comment.