From 466fbe5351c182c5e40a4509893e5cafe5467ec6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 6 May 2013 08:56:27 -0400 Subject: [PATCH] Add support for Python 3.3. --- CHANGES.txt | 2 ++ setup.py | 1 + tox.ini | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5c8d62b..c56db28 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,8 @@ Changes 0.5 (unreleased) ---------------- +- Add support for Python 3.3. + - Drop support for Python 2.5 / Jython. 0.4 (2012-02-14) diff --git a/setup.py b/setup.py index 45c338f..11fa4b3 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", diff --git a/tox.ini b/tox.ini index 284283f..8c037e9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27,py32,pypy,cover + py26,py27,py32,py33,pypy,cover [testenv] commands =