Skip to content

Commit

Permalink
Add Python 3.12 Wheel support (#808)
Browse files Browse the repository at this point in the history
* Add Python 3.12 wheel support

* Fix
  • Loading branch information
kinoute authored Apr 14, 2024
1 parent 5c4e7fa commit 3c298d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: pick-devN
strategy:
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
plat: ['manylinux2014', 'manylinux_2_28', 'macos-latest', 'windows-latest']
include:
- plat: manylinux2014
Expand Down

0 comments on commit 3c298d3

Please sign in to comment.