From d261f3091d606598295e419c7b7d90b5d1ced10b Mon Sep 17 00:00:00 2001 From: Gerhard Weis Date: Fri, 7 Nov 2014 05:11:21 +1000 Subject: add Python 3.4 to list of supported versions --- setup.py | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2610b35..7a8df83 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ setup(name='isodate', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Internet', ('Topic :: Software Development :' diff --git a/tox.ini b/tox.ini index cebdf4d..904b4da 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,pypy,flake,cover +envlist = py26,py27,py32,py33,py34,pypy,flake,cover [testenv] deps = -- cgit v1.2.1