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", )