Skip to content

Commit

Permalink
Add Python 3.3 to list of versions that we test against.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Mar 15, 2013
1 parent 5a21dad commit 7d8e075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Next Release
============

- Add Python 3.3 to list of versions that blogofile_blog is tested under.
That list is now Python 2.6, 2.7, 3.2, and 3.3.

- Add ``allow_reuse_address`` to server to stop occasional
"Address already in use" errors.
See https://github.com/EnigmaCurry/blogofile/pull/140
Expand Down
2 changes: 1 addition & 1 deletion docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Python Versions
---------------

Blogofile is developed under Python_ 3.2
and tested with Python 2.6, 2.7, and 3.2.
and tested with Python 2.6, 2.7, 3.2, and 3.3.

.. _Python: http://www.python.org/

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py32, py27, py26
envlist = py33, py32, py27, py26

[common]
deps =
Expand Down

0 comments on commit 7d8e075

Please sign in to comment.