Skip to content

Commit 4ff9ba6

Browse files
committed
Update cibw config in pyproject.toml
1 parent 1862bf4 commit 4ff9ba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ package = "flint"
8585
build = "cp311-* cp312-* cp313-* cp313t-*" # pp311-*"
8686
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
8787

88-
free-threaded-support = true
88+
# Enable building for free-threaded CPython builds
89+
enable = ["cpython-freethreading"]
8990

9091
manylinux-x86_64-image = "manylinux2014"
9192
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)