Skip to content

Commit 5383cef

Browse files
committed
fixup! fixup! fixup! Build free-threaded CPython wheels
1 parent b1236d7 commit 5383cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_package_data() -> list[str]:
4646
}
4747
}
4848
if "free-threading build" in sys.version:
49-
del options["py-limited-api"]
49+
del options["bdist_wheel"]["py-limited-api"]
5050

5151
setup(
5252
py_modules=["libtcodpy"],

0 commit comments

Comments
 (0)