Skip to content

Commit

Permalink
remove python 3.12 from manylinux build (requires an image update)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 8, 2023
1 parent f4a3cc0 commit 1b1d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
manylinux:
strategy:
matrix:
python_path: [ cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312 ]
python_path: [ cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311 ]
manylinux_image: [ keyvidev/manylinux-builder-x86_64, keyvidev/manylinux-builder-aarch64 ]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b1d969

Please sign in to comment.