Add Python version requirements to setup.py.
This commit is contained in:
parent
80bdf1430b
commit
0119514c11
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -37,4 +37,5 @@ setup(
|
|||
'colorama>=0.4.1,<0.5',
|
||||
),
|
||||
include_package_data=True,
|
||||
python_requires='>3.7.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue