diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d188d6e..cf5b1f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: fail-fast: false matrix: os: [ubuntu, macos, windows] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-rc.1'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] env: PYTHON: ${{ matrix.python-version }} @@ -101,9 +101,6 @@ jobs: runs-on: ${{ matrix.os }}-latest - continue-on-error: >- - ${{ startsWith(matrix.python-version, '3.11') && true || false }} - steps: - uses: actions/checkout@v3