From dafa908668563e67975ae9ea7b51d3e7b4061c3c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Oct 2019 15:30:01 +0200 Subject: [PATCH] Mark >=3.6 less verbosely --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5498b3a..5621043 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ classifiers = [options] use_scm_version = True -python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* +python_requires = >=3.6 setup_requires = setuptools_scm setuptools_scm_git_archive