Skip to content

Commit

Permalink
Merge pull request #392 from pmisik/p313
Browse files Browse the repository at this point in the history
Add Python 3.13 support
  • Loading branch information
twm authored Sep 17, 2024
2 parents 6a10cb5 + d205d0c commit bbf9114
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
twisted-version: "latest"
experimental: false

- python-version: "3.13-dev"
twisted-version: "latest"
experimental: true

- python-version: "pypy-3.10"
twisted-version: "latest"
experimental: false
Expand Down Expand Up @@ -116,6 +120,7 @@ jobs:
"3.10": "py310",
"3.11": "py311",
"3.12": "py312",
"3.13-dev": "py313",
"pypy-3.8": "pypy3",
"pypy-3.9": "pypy3",
"pypy-3.10": "pypy3",
Expand Down
1 change: 1 addition & 0 deletions changelog.d/391.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python 3.13 is now supported.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"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",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py38-twisted_lowest,
{pypy3,py38,py39,py310,py311,py312}-twisted_latest,
{pypy3,py38,py39,py310,py311,py312}-twisted_trunk,
{pypy3,py38,py39,py310,py311,py312,py313}-twisted_latest,
{pypy3,py38,py39,py310,py311,py312,py313}-twisted_trunk,
twine, check-manifest, flake8, docs, coverage-report
isolated_build = true

Expand Down

0 comments on commit bbf9114

Please sign in to comment.