diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 087842890..b5197e60e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -71,6 +71,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' steps: - name: Check out repository uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index 49da37301..659414144 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ requires = env_list = docs pre-commit - python3.{12, 11, 10, 9, 8} + python3.{13, 12, 11, 10, 9, 8} skip_missing_interpreters = true [testenv]