From 0d0aa70ba91fe00ef8ed5ac7b5d82ed81e5cfd1f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 1 Jul 2019 18:33:37 +0200 Subject: [PATCH] Don't advertise Pythons we don't support --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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