diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0862c79a..fdcca8c0 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: ["3.9","3.10","3.11", "3.12"] + python: ["3.9","3.10","3.11", "3.12", "3.13"] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python }} diff --git a/pyproject.toml b/pyproject.toml index 6dc0fd15..78213073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dynamic = ['version']