Skip to content

Commit

Permalink
set python_requires='>=3.8' in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benbariteau committed Oct 3, 2023
1 parent d9512b4 commit 9454869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Development Status :: 4 - Beta",
],
install_requires=['mock', 'six>=1.7.3'],
python_requires='>=3.8',
packages=["testify", "testify.contrib", "testify.utils", "testify.plugins"],
scripts=['bin/testify'],
long_description="""Testify - A Testing Framework
Expand Down

0 comments on commit 9454869

Please sign in to comment.