Skip to content

Commit

Permalink
Modified build.yml to skip py39 to py312 for linux. Error to investig…
Browse files Browse the repository at this point in the history
…ate...
  • Loading branch information
cpoli committed Mar 5, 2024
1 parent e90f19c commit 53f1ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build linux wheels
if: matrix.os == 'ubuntu-latest'
env:
CIBW_BUILD: "cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64"
CIBW_BUILD: "cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64"
CIBW_BEFORE_BUILD_LINUX: >
python -m pip install pip -U &&
python -m pip install setuptools &&
Expand Down

0 comments on commit 53f1ebd

Please sign in to comment.