Skip to content

Commit 0d97e09

Browse files
fix: remove py 314 build for now
1 parent 1a40c96 commit 0d97e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sciencemode = [
5656
# Skip Python 3.6, 3.7 since we require Python >=3.8
5757
# Skip 32-bit builds as they're rarely needed for scientific libraries
5858
# Skip PyPy by default (can be enabled if needed)
59-
skip = ["cp36-*", "cp37-*", "cp38-*", "cp14t-*", "*-win32", "*-manylinux_i686", "*-musllinux_i686", "pp*"]
59+
skip = ["cp36-*", "cp37-*", "cp38-*", "cp14t-*", "cp14-*", "*-win32", "*-manylinux_i686", "*-musllinux_i686", "pp*"]
6060

6161
# Build environment setup
6262
environment = { CIBUILDWHEEL = "1" }

0 commit comments

Comments
 (0)