Skip to content

Commit 805ae32

Browse files
committed
🔧 replace deprecated option
Signed-off-by: burgholzer <[email protected]>
1 parent 840df7d commit 805ae32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ skip = "*-musllinux_*"
278278
archs = "auto64"
279279
test-command = "python -c \"from mqt import core\""
280280
build-frontend = "build[uv]"
281-
free-threaded-support = true
281+
enable = ["cpython-freethreading"]
282282
manylinux-x86_64-image = "manylinux_2_28"
283283
manylinux-aarch64-image = "manylinux_2_28"
284284
manylinux-ppc64le-image = "manylinux_2_28"

0 commit comments

Comments
 (0)