From 5c6d6c8e24237bf4dd7225f44ea330e37da4f2d9 Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Thu, 1 May 2014 20:54:41 +0900 Subject: [PATCH] Add Python-3.4 support --- CHANGES | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 7400c6440..e341afcd8 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,7 @@ Incompatible changes New features ------------ +* Add support for Python 3.4. * Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring support. * PR#214: Added stemming support for 14 languages, so that the built-in document diff --git a/tox.ini b/tox.ini index 98f268829..47ee49866 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,py32,py33,pypy,du11,du10 +envlist=py26,py27,py32,py33,py34,pypy,du11,du10 [testenv] deps=