From 0e3c6e777cca04c6c47ad49481bc5082ec1df662 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 14 Aug 2018 09:07:52 +0200 Subject: [PATCH] setup.py: update classifiers Signed-off-by: Igor Gnatenko --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d6a13c2..9035c1a 100644 --- a/setup.py +++ b/setup.py @@ -39,9 +39,8 @@ ARGS = dict( "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools", "Topic :: System :: Software Distribution", "Topic :: Utilities",