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