diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91cbd5..3e1bda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy3.9] + python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13, pypy3.9] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index ad4c5e9..591319e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [project.urls]