diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cdc3c8..335df62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,6 @@ jobs: test: name: Tests runs-on: ubuntu-latest - continue-on-error: ${{ matrix.experimental }} strategy: matrix: python-version: @@ -14,10 +13,7 @@ jobs: - 3.7 - 3.8 - 3.9 - experimental: [false] - include: - - python-version: 3.10.0-alpha - 3.10.0 - experimental: true + - 3.10.0-alpha - 3.10.0 steps: - uses: actions/checkout@v2