Skip to content

Commit

Permalink
chore: bump cpython 3.12 version in CI (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 24, 2023
1 parent 1152505 commit 5364492
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5364492

Please sign in to comment.