Sfoglia il codice sorgente

Add Python version requirements to setup.py.

Dan Helfman 3 anni fa
parent
commit
0119514c11
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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',
 )