From 7d8e0750c3ec7f370859c0667bb401392b6c253b Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Fri, 15 Mar 2013 06:29:29 -0700 Subject: [PATCH] Add Python 3.3 to list of versions that we test against. --- CHANGES.txt | 3 +++ docs/developers.rst | 2 +- tox.ini | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3c93759..27fe23a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/docs/developers.rst b/docs/developers.rst index bdb1642..da15088 100644 --- a/docs/developers.rst +++ b/docs/developers.rst @@ -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/ diff --git a/tox.ini b/tox.ini index 1878d9b..12928b1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py32, py27, py26 +envlist = py33, py32, py27, py26 [common] deps =