Skip to content

Commit 144523f

Browse files
committed
pyproject: apply free-threaded override to cp314t wheels too
1 parent 0d564b1 commit 144523f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ select = "cp312-*"
6262
config-settings."wheel.py-api" = "cp312"
6363
config-settings."cmake.define.ADIOS2_USE_PythonStableABI" = "ON"
6464

65-
# For free-threaded Python 3.13t enable the free-threaded (no-GIL) extension.
65+
# For free-threaded Python 3.13t+ enable the free-threaded (no-GIL) extension.
6666
# Note: Py_LIMITED_API (abi3) is incompatible with free-threaded builds, so a
6767
# separate wheel must be built for each future free-threaded Python version.
6868
[[tool.cibuildwheel.overrides]]
69-
select = "cp313t-*"
69+
select = "cp313t-* cp314t-*"
7070
config-settings."cmake.define.ADIOS2_USE_PythonFreeThreaded" = "ON"
7171

7272
[tool.scikit-build]

0 commit comments

Comments
 (0)