Skip to content

Commit

Permalink
Update build-python-wheels.yml
Browse files Browse the repository at this point in the history
Add cp311 and cp312
  • Loading branch information
wannaphong authored Nov 4, 2024
1 parent 658b953 commit 0225e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [cp36, cp37, cp38, cp39, cp310] # pp37
python: [cp36, cp37, cp38, cp39, cp310, cp311, cp312] # pp37
bitness: [32, 64]
manylinux_image: [manylinux2014]
include:
Expand Down

0 comments on commit 0225e5c

Please sign in to comment.