From ed63425972e4de228c883c68964ee5f00363ac83 Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Wed, 5 May 2021 09:37:08 +1000 Subject: update setup.py versions supported --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 049fbd3..d90d815 100644 --- a/setup.py +++ b/setup.py @@ -19,14 +19,11 @@ setup( ], classifiers=[ 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', - 'Programming Language :: Python :: Implementation :: PyPy', ], # don't install as zipped egg zip_safe=False, -- cgit v1.2.1