Skip to content

Commit

Permalink
Bump python_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Jan 9, 2024
1 parent 9fedd1d commit c916eef
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 @@ -335,7 +335,7 @@ def finalize_options(self):
],
cmdclass={'build_ext': build_ext},
test_suite='tests.suite',
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
'certifi>=2021.5.30; platform_system == "Windows"',
],
Expand Down

0 comments on commit c916eef

Please sign in to comment.