chore: bump cpython 3.12 version in CI (#233)

This commit is contained in:
J. Nick Koston 2023-08-24 09:47:58 -05:00 committed by GitHub
parent 115250534d
commit 53644927b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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