Skip to content

Commit

Permalink
fixup! fixup! Add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pmisik committed Sep 16, 2024
1 parent f23047b commit 1ae406b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
twisted-version: "latest"
experimental: false

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

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
"3.10": "py310",
"3.11": "py311",
"3.12": "py312",
"3.13": "py313-dev",
"3.13-dev": "py313",
"pypy-3.8": "pypy3",
"pypy-3.9": "pypy3",
"pypy-3.10": "pypy3",
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 1ae406b

Please sign in to comment.