Skip to content

Commit 2263b87

Browse files
authored
Update min version to 3.10
1 parent 3c5a9af commit 2263b87

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.9",
578+
python_requires=">=3.10",
579579
cmdclass={
580580
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
581581
"clean": clean,

0 commit comments

Comments
 (0)