Skip to content

Commit

Permalink
Note explicit support for Python 3.3 / 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 18, 2014
1 parent 60bcdc3 commit 3188997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CHANGES
4.0.2 (unreleased)
------------------

- Added support for Python 3,3 and 3.4.

- Updated ``boostrap.py`` to version 2.2.

4.0.1 (2012-12-31)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def read(*rnames):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Database',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,pypy,jython,coverage
py26,py27,py32,pypy,coverage,docs
py26,py27,py32,py33,py34,pypy,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit 3188997

Please sign in to comment.