From 1ae406bd8822da3c9569f53e9ab89627cd91ee9e Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Mon, 16 Sep 2024 22:37:19 +0200 Subject: [PATCH] fixup! fixup! Add Python 3.13 support --- .github/workflows/ci.yaml | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e717d6f..0cf90fe7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: twisted-version: "latest" experimental: false - - python-version: "3.13" + - python-version: "3.13-dev" twisted-version: "latest" experimental: true @@ -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", diff --git a/tox.ini b/tox.ini index c43dcf0b..4c433d7f 100644 --- a/tox.ini +++ b/tox.ini @@ -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