Skip to content

Commit

Permalink
[Cherry-Pick] Update Requires-Python: >=3.9 (#8886)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jan 29, 2025
1 parent eafc293 commit 7af6987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def run(self):
"scipy": ["scipy"],
},
ext_modules=extensions,
python_requires=">=3.8",
python_requires=">=3.9",
cmdclass={
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
"clean": clean,
Expand Down

0 comments on commit 7af6987

Please sign in to comment.