Codebase list python-castellan / b11eb01
Remove Python 3.3 from setup.cfg and tox.ini OpenStack only tests for 3.4 support at the gate, so we cannot guarantee compatibility with a version that is not gated. Change-Id: I5febe882d175403ecd1a4ecbe615c050808258ef Douglas Mendizábal 9 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 Programming Language :: Python :: 2.7
1717 Programming Language :: Python :: 2.6
1818 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.3
2019 Programming Language :: Python :: 3.4
2120
2221 [files]
00 [tox]
11 minversion = 1.6
2 envlist = py33,py34,py26,py27,pypy,pep8
2 envlist = py34,py26,py27,pypy,pep8
33 skipsdist = True
44
55 [testenv]