From 6b38c33d8275b3f603ef705848c289412e8d7e69 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 24 Aug 2023 09:44:05 -0500 Subject: [PATCH] chore: bump cpython 3.12 version in CI --- .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 4db9950c..76e3edb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,15 +41,12 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12.0-beta.4" + - "3.12.0-rc.1" os: - ubuntu-latest extension: - "skip_cython" - "use_cython" - exclude: - - extension: use_cython - python-version: "3.12.0-beta.4" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3