update minimum supported python version to 3.8

This commit is contained in:
Willi Ballenthin
2023-07-05 18:34:41 +02:00
parent 46ff798fae
commit 5d1e26a95e
7 changed files with 10 additions and 9 deletions

View File

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