diff --git a/setup.py b/setup.py index 54ec166..0c1c9e1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='boilerpy3', version='1.0.1', - python_requires='>=3.6.*', + python_requires='>=3.6.0', author='John Riebold', author_email='jmriebold@gmail.com', license='Apache 2.0',