From fecf4734bddb9cd53981cee6f42025251bf16ad9 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Sun, 10 Dec 2017 18:17:47 -0800 Subject: [PATCH] #26 Removing Python 3.3 references from other files. --- setup.py | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f35ad7e..e482bcb 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ def get_version(module): 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP', ] diff --git a/tox.ini b/tox.ini index 067966f..2bba69b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py27-flake8, - py27, py32, py33, py34, py35 + py27, py32, py34, py35 [testenv] commands = python setup.py test