Skip to content

Commit

Permalink
python-packaging.yml: add Python 3.12 wheels (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams authored Oct 23, 2024
1 parent 751f2f2 commit 62dd129
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 62dd129

Please sign in to comment.