We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507f52b commit bd60edaCopy full SHA for bd60eda
pyproject.toml
@@ -83,7 +83,11 @@ package = "flint"
83
skip = "*-win32 *-manylinux_i686 *-manylinux_armv7l *-musllinux_*"
84
85
# Enable building for free-threaded CPython builds
86
-enable = ["cpython-freethreading", "pypy"]
+enable = [
87
+ "cpython-prerelease", # for 3.14rc1 (remove this later)
88
+ "cpython-freethreading",
89
+ "pypy",
90
+]
91
92
manylinux-x86_64-image = "manylinux2014"
93
manylinux-aarch64-image = "manylinux_2_28"
0 commit comments