Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export CIBW_TEST_REQUIRES="cython pytest numpy nibabel coverage pytest-cov"
#
export CIBW_TEST_SKIP="*i686* *aarch64* cp312-win* cp313-win* cp313t-win*"

# Enable free-threaded builds for Python versions (3.13t) that support it
export CIBW_ENABLE=cpython-freethreading

# Pytest makes it *very* awkward to run tests
# from an installed package, and still find/
# interpret a conftest.py file correctly.
Expand Down