Skip to content

Commit

Permalink
Add support for Python 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 6, 2013
1 parent a2c5545 commit 466fbe5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,pypy,cover
py26,py27,py32,py33,pypy,cover

[testenv]
commands =
Expand Down

0 comments on commit 466fbe5

Please sign in to comment.