diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0e5b17..4a1d1c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"] + python-version: ["3.14.0-alpha.2", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"] steps: - name: Checkout uses: actions/checkout@v4