From 78c0afe0066ba7651f18e96c50578ceb438daac3 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 5 Apr 2022 10:18:55 -0600 Subject: [PATCH] setup: min python version is now 3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3934513b..f49a07c3 100644 --- a/setup.py +++ b/setup.py @@ -98,5 +98,5 @@ setuptools.setup( "Programming Language :: Python :: 3", "Topic :: Security", ], - python_requires=">=3.6", + python_requires=">=3.7", )