Skip to content

Commit

Permalink
setup.py: Update python_requires to >=3.8
Browse files Browse the repository at this point in the history
Pip will attempt to install 3.1.4 on Python 3.7, and will fail.

[zhuyifei1999: Edited commit message]
  • Loading branch information
007 authored and zhuyifei1999 committed Oct 24, 2023
1 parent 8c02b20 commit 66a2144
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 @@ -58,7 +58,7 @@ def doit():
"guppy.sets",
],
ext_modules=[setsc, heapyc],
python_requires='>=3.7',
python_requires='>=3.8',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 66a2144

Please sign in to comment.