Skip to content

Commit

Permalink
python-packaging.yml: add Python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 23, 2024
1 parent 751f2f2 commit d2d1a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ '39', '310', '311' ]
python-version: [ '39', '310', '311', '312' ]
cibw_build: [ manylinux_x86_64, macosx_x86_64, macosx_arm64 ]
include:
- cibw_build: manylinux_x86_64
Expand Down

0 comments on commit d2d1a4b

Please sign in to comment.