Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 7d8e075

Browse files
committed
Add Python 3.3 to list of versions that we test against.
1 parent 5a21dad commit 7d8e075

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Next Release
22
============
33

4+
- Add Python 3.3 to list of versions that blogofile_blog is tested under.
5+
That list is now Python 2.6, 2.7, 3.2, and 3.3.
6+
47
- Add ``allow_reuse_address`` to server to stop occasional
58
"Address already in use" errors.
69
See https://github.com/EnigmaCurry/blogofile/pull/140

docs/developers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Python Versions
2222
---------------
2323

2424
Blogofile is developed under Python_ 3.2
25-
and tested with Python 2.6, 2.7, and 3.2.
25+
and tested with Python 2.6, 2.7, 3.2, and 3.3.
2626

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

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py32, py27, py26
2+
envlist = py33, py32, py27, py26
33

44
[common]
55
deps =

0 commit comments

Comments
 (0)