Skip to content

Commit bd60eda

Browse files
committed
Build for CPython prerelease 3.14
1 parent 507f52b commit bd60eda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ package = "flint"
8383
skip = "*-win32 *-manylinux_i686 *-manylinux_armv7l *-musllinux_*"
8484

8585
# Enable building for free-threaded CPython builds
86-
enable = ["cpython-freethreading", "pypy"]
86+
enable = [
87+
"cpython-prerelease", # for 3.14rc1 (remove this later)
88+
"cpython-freethreading",
89+
"pypy",
90+
]
8791

8892
manylinux-x86_64-image = "manylinux2014"
8993
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)