diff --git a/setup.cfg b/setup.cfg index b49cf12..521783b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,13 +30,12 @@ license = MIT license_file = LICENSE classifiers = Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 [options] use_scm_version = True -python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* +python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5 setup_requires = setuptools_scm setuptools_scm_git_archive