* Drop Python-3.2. And now, removing 2to3 mechanism procedure has been completed. Closes #1350.

Pygments-2.0 will drop Python-3.2.
The snowballstemmer package that is referred from sphinx-1.3 (that is merged at pull request #214) has not supported Python-3.2.

We decided to drop the Python-3.2.

see also https://bitbucket.org/birkenfeld/sphinx/pull-request/243/native-py2-py3-support-without-2to3-refs
This commit is contained in:
Takayuki Shimizukawa
2014-05-27 23:17:36 +09:00
parent a335414b81
commit 6746c83a18
5 changed files with 10 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist=py26,py27,py32,py33,py34,pypy,du11,du10
envlist=py26,py27,py33,py34,pypy,du11,du10
[testenv]
deps=
@@ -22,11 +22,6 @@ deps=
mock
{[testenv]deps}
[testenv:py32]
deps=
mock
{[testenv]deps}
[testenv:pypy]
deps=
mock