From 202eb16bb2d14f986dd8cbc5a2df540df50a0789 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 4 Jan 2018 13:58:09 -0500 Subject: Fix Travis CI builds Python 3.3 builds appear to be no longer supported on Travis CI. This replaces Python 3.3 with Python 3.7-dev for Travis CI builds. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a9ef1b51..d7082b34 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ Programming Language :: Python 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 -- cgit v1.2.1