From 739b2b01c22c7291c7419cbcde5993b3fc13b389 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 4 Oct 2018 15:56:50 -0400 Subject: [PATCH] Update supported python classifiers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25ecece49..3b7f3b404 100644 --- a/setup.py +++ b/setup.py @@ -43,10 +43,10 @@ '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', ], packages = [ 'pex',