Skip to content

Commit 18abb7f

Browse files
committed
update cibuildwheel selector
1 parent 1439242 commit 18abb7f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
3939

4040
[tool.cibuildwheel]
4141
# evdev is Linux-only (needs <linux/input.h>): no macOS/Windows wheels exist.
42-
# Build CPython 3.11-3.14 incl. the free-threaded 3.13t/3.14t builds; glibc only
43-
# (musllinux skipped), CPython only (no PyPy).
44-
build = ["cp311-*", "cp312-*", "cp313-*", "cp314-*", "cp313t-*", "cp314t-*"]
42+
# CPython 3.11-3.14 + free-threading; glibc only (musllinux skipped), no PyPy.
43+
# NOTE: current cibuildwheel only ships cp314t for free-threading, so the cp313t-*
44+
# selector is kept for forward-compat but produces nothing until it is available.
45+
build = ["cp311-*", "cp312-*", "cp313-*", "cp314-*", "cp314t-*"]
4546
skip = ["*-musllinux*", "pp*"]
4647
archs = "native"
4748
build-frontend = "build[uv]"

0 commit comments

Comments
 (0)