We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953021f commit bd77dc2Copy full SHA for bd77dc2
.github/workflows/build_wheels.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Build wheel
55
uses: pypa/[email protected]
56
env:
57
- CIBW_SKIP: cp2* cp35* pp*
+ CIBW_SKIP: cp2* cp35* pp* cp313*
58
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
59
# CIBW_BEFORE_TEST: pip install pytest dials-data
60
0 commit comments