diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 286dc16a..f2142a32 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - py_version: ['3.9', '3.11', '3.12'] + py_version: ['3.9', '3.11', '3.12', '3.13'] os: [ubuntu-latest, windows-latest] include: - py_version: '3.8.15'