Remove py33 support

Just mention/retain py34 support instead.
This commit is contained in:
Joshua Harlow 2015-03-10 11:06:40 -07:00
parent f1a44bbd6f
commit d7fbd5b315
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ setup(
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],
keywords="locks thread threads",

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27
envlist = py34,py26,py27
skipsdist = True
[testenv]