Skip to content

Commit 37abd0b

Browse files
committed
Python 3.14.1 not supported
Signed-off-by: Adam J. Stewart <[email protected]>
1 parent 96e7797 commit 37abd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def run(self):
575575
"scipy": ["scipy"],
576576
},
577577
ext_modules=extensions,
578-
python_requires=">=3.10",
578+
python_requires=">=3.10,!=3.14.1",
579579
cmdclass={
580580
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
581581
"clean": clean,

0 commit comments

Comments
 (0)