Skip to content

Commit

Permalink
Disable build for python 3.8 on linux because of CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 10, 2024
1 parent 8d414bb commit d82a659
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 @@ -26,7 +26,7 @@ jobs:
- name: Build and test wheels
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "cp36-* cp37-* pp* cp312-*"
CIBW_SKIP: "cp36-* cp37-* cp38-* pp38-* pp310-* cp312-*"
CIBW_TEST_REQUIRES: cffi pytest librosa==0.10.0.post2
CIBW_TEST_COMMAND: "pytest {project}/tests"
run: |
Expand Down

0 comments on commit d82a659

Please sign in to comment.