We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cf8ba commit 126f8acCopy full SHA for 126f8ac
pyproject.toml
@@ -75,6 +75,7 @@ skip = [
75
"*-musllinux_*",
76
"cp38*",
77
"cp39*",
78
+ "cp314t-*", # free-threaded Python not yet supported by PyO3
79
]
80
test-requires = ["pytest", "pytest-xdist"]
81
test-command = "pytest {package}/tests/test_matrices.py"
0 commit comments