setup: min python version is now 3.7

This commit is contained in:
Willi Ballenthin
2022-04-05 10:18:55 -06:00
parent df03932f89
commit 78c0afe006

View File

@@ -98,5 +98,5 @@ setuptools.setup(
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Topic :: Security", "Topic :: Security",
], ],
python_requires=">=3.6", python_requires=">=3.7",
) )