From 0e07e1b5e6d13bc3a5f166ca8611c2d3be7448a1 Mon Sep 17 00:00:00 2001 From: Esteban Laver Date: Wed, 10 Feb 2021 10:43:14 -0500 Subject: [PATCH] Drop support for Python 3.5, add Python 3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6296352..234c168e 100644 --- a/setup.py +++ b/setup.py @@ -79,10 +79,10 @@ def finalize_options(self): classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9' 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License',