From 3a115eefbd1783036aea48ad60f6e19857c4ad87 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Tue, 13 Apr 2021 13:42:42 -0700 Subject: [PATCH] Clarify supported Python versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0555c667..22c3bf80 100644 --- a/setup.py +++ b/setup.py @@ -58,11 +58,11 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', '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', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ],