Skip to content

Commit bd77dc2

Browse files
committed
Skip python 3.13 for test
1 parent 953021f commit bd77dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build wheel
5555
uses: pypa/[email protected]
5656
env:
57-
CIBW_SKIP: cp2* cp35* pp*
57+
CIBW_SKIP: cp2* cp35* pp* cp313*
5858
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
5959
# CIBW_BEFORE_TEST: pip install pytest dials-data
6060

0 commit comments

Comments
 (0)