diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ba7d4de4..d724f3d6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -168,6 +168,7 @@ jobs: strategy: matrix: pyver: + - 3.13 - 3.12 - 3.11 - >- @@ -221,6 +222,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.pyver }} + allow-prereleases: true cache: pip cache-dependency-path: requirements/*.txt - name: Install dependencies diff --git a/CHANGES/1054.packaging.rst b/CHANGES/1054.packaging.rst new file mode 100644 index 00000000..d7f6a8c2 --- /dev/null +++ b/CHANGES/1054.packaging.rst @@ -0,0 +1 @@ +Support Python 3.13 and publish non-free-threaded wheels diff --git a/setup.cfg b/setup.cfg index 327cd158..4dc4cc1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Internet :: WWW/HTTP Topic :: Software Development :: Libraries :: Python Modules