Skip to content

Commit 0d68c7d

Browse files
authored
Update Requires-Python: >=3.9 (#8885)
1 parent 867521e commit 0d68c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def run(self):
557557
"scipy": ["scipy"],
558558
},
559559
ext_modules=extensions,
560-
python_requires=">=3.8",
560+
python_requires=">=3.9",
561561
cmdclass={
562562
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
563563
"clean": clean,

0 commit comments

Comments
 (0)