Commit 1f9479d
build: enable free-threaded wheels in cibuildwheel
cibuildwheel does not build free-threaded CPython wheels by default, even
when the build pattern matches cp*. As a result, users on 3.13t/3.14t/3.15t
installed pure-Python wheels with no native extension and saw:
Failed to load instrument hooks library: cannot import name
'dist_instrument_hooks' from 'pytest_codspeed.instruments.hooks'
Opt in via `enable = ["cpython-freethreading"]` so the cp31{3,4,5}t wheels
ship the compiled dist_instrument_hooks extension.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 080d620 commit 1f9479d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments