From f7ff485fd705eaffb261fa2adb5b68d7f3d9758c Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Thu, 27 Oct 2022 13:48:55 +0100 Subject: [PATCH] use released version of 3.11 (#4661) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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