diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f65985f88..b7c00de33 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.9', '3.10', '3.11', '3.12'] + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] tox: ['normal'] include: - python: '3.9'