diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1d7b0b2..f60b26f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.12", "3.13"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index 393937e..1a8a3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [project.urls]