Skip to content

Commit

Permalink
Skip pypy 3.10, as it failed in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 10, 2024
1 parent e8a7c2e commit a782b4e
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-* pp37-* cp312-*"
CIBW_SKIP: "cp36-* cp37-* pp37-* pp310-* cp312-*"
CIBW_TEST_REQUIRES: cffi pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
run: |
Expand Down

0 comments on commit a782b4e

Please sign in to comment.