Skip to content

Commit

Permalink
Skip python 3.13 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jan 9, 2025
1 parent 953021f commit bd77dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_SKIP: cp2* cp35* pp*
CIBW_SKIP: cp2* cp35* pp* cp313*
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
# CIBW_BEFORE_TEST: pip install pytest dials-data

Expand Down

0 comments on commit bd77dc2

Please sign in to comment.