Skip to content

Commit

Permalink
Add Python 3.13t (free-threaded) builds
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 15, 2024
1 parent 2118dad commit 646698e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export CIBW_SKIP="pp*"
#
export CIBW_TEST_SKIP="*i686* *aarch64* cp312-win* cp313-win*"

# Enable free-threaded builds for Python versions (3.13t) that support it
export CIBW_FREE_THREADED_SUPPORT=1

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

0 comments on commit 646698e

Please sign in to comment.