diff --git a/setup.py b/setup.py index a8d542e..1cf392e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ zip_safe=False, install_requires=['pytest>=3.1.0'], setup_requires=['setuptools_scm'], - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', classifiers=[ 'Development Status :: 7 - Inactive', 'Framework :: Pytest', @@ -35,9 +35,9 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], )