From 0058f0626ab7f11d123aa8edd2858715891ec7b1 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 1 Sep 2022 22:13:21 -0400 Subject: Removing backwards compatibility for Python 3.6. Min Python now is 3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7750988..235a2ac 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( keywords=[ # eg: 'keyword1', 'keyword2', 'keyword3', ], - python_requires='>=3.6', + python_requires='>=3.7', install_requires=[ # eg: 'aspectlib==1.1.1', 'six>=1.7', ], -- cgit v1.2.3