From 0119514c11bc6dfd854ff54717446a85c167ff55 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 9 Jan 2022 10:19:53 -0800 Subject: [PATCH] Add Python version requirements to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5320be4d..d7adce2c 100644 --- a/setup.py +++ b/setup.py @@ -37,4 +37,5 @@ setup( 'colorama>=0.4.1,<0.5', ), include_package_data=True, + python_requires='>3.7.0', )