We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d564b1 commit 144523fCopy full SHA for 144523f
1 file changed
pyproject.toml
@@ -62,11 +62,11 @@ select = "cp312-*"
62
config-settings."wheel.py-api" = "cp312"
63
config-settings."cmake.define.ADIOS2_USE_PythonStableABI" = "ON"
64
65
-# For free-threaded Python 3.13t enable the free-threaded (no-GIL) extension.
+# For free-threaded Python 3.13t+ enable the free-threaded (no-GIL) extension.
66
# Note: Py_LIMITED_API (abi3) is incompatible with free-threaded builds, so a
67
# separate wheel must be built for each future free-threaded Python version.
68
[[tool.cibuildwheel.overrides]]
69
-select = "cp313t-*"
+select = "cp313t-* cp314t-*"
70
config-settings."cmake.define.ADIOS2_USE_PythonFreeThreaded" = "ON"
71
72
[tool.scikit-build]
0 commit comments