diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 70c4748b..edfd03ac 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -51,7 +51,7 @@ jobs: ["3.10", "310"], ["3.11", "311"], ["3.12", "312"], - ["3.13.0-a - 3.13", "313"], + ["3.13", "313"], ] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} diff --git a/setup.cfg b/setup.cfg index c745b02e..4e11c3ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifier = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: 3 :: Only Topic :: Security project_urls =