Browse Source

Add Python version requirements to setup.py.

Dan Helfman 3 years ago
parent
commit
0119514c11
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -37,4 +37,5 @@ setup(
         'colorama>=0.4.1,<0.5',
     ),
     include_package_data=True,
+    python_requires='>3.7.0',
 )