Skip to content

Commit

Permalink
feat: build wheels with final cpython release (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 18, 2023
1 parent bf50e2a commit 915697b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-beta.4"
- "3.12"
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -139,7 +136,7 @@ jobs:
fetch-depth: 0

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.13.1
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 915697b

Please sign in to comment.