Skip to content

Commit e315bb7

Browse files
committed
chore: Remove unused section for Windows 3.14t builds.
1 parent 80c57b0 commit e315bb7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ if.env.COVERAGE = false
123123
inherit.cmake.define = "append"
124124
cmake.define.DISABLE_UNITY = "1"
125125

126-
[[tool.scikit-build.overrides]]
127-
# Windows Free-Threading
128-
if.platform-system = "^win32"
129-
if.abi-flags = "t"
130-
inherit.cmake.define = "append"
131-
cmake.define.CMAKE_C_FLAGS="/DPy_MOD_GIL_USED /DPy_GIL_DISABLED"
132-
cmake.define.CMAKE_CXX_FLAGS="/DPy_MOD_GIL_USED /DPy_GIL_DISABLED"
133-
134126
[tool.scikit-build.sdist]
135127
include = [
136128
"README.md",

0 commit comments

Comments
 (0)