diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7e77d395..c752ee44 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', '3.13'] + py_version: ['3.9', '3.11', '3.12', '3.13', '3.14'] os: [ubuntu-latest, windows-latest] include: - py_version: '3.8'