Removed Python 3.3 support (#310)

This commit is contained in:
Claude Paroz
2018-09-12 20:24:37 +02:00
committed by Iuri de Silvio
parent 4749760e6f
commit 75f1bafd69
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
-1
View File
@@ -73,7 +73,6 @@ setup(
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+1 -1
View File
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py33, py34, py35, py36, pypy
envlist = py27, py34, py35, py36, pypy
[testenv]
commands = python setup.py test