We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1862bf4 commit 4ff9ba6Copy full SHA for 4ff9ba6
pyproject.toml
@@ -85,7 +85,8 @@ package = "flint"
85
build = "cp311-* cp312-* cp313-* cp313t-*" # pp311-*"
86
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
87
88
-free-threaded-support = true
+# Enable building for free-threaded CPython builds
89
+enable = ["cpython-freethreading"]
90
91
manylinux-x86_64-image = "manylinux2014"
92
manylinux-aarch64-image = "manylinux_2_28"
0 commit comments