diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-26 12:10:34 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-26 12:10:34 +0000 |
| commit | 1ef1989292e633829bb2fc76f4541a48ad36a8ac (patch) | |
| tree | 3b43963269a84cbb7b2c8b5232bcb2ebad6465f6 /docutils/tox.ini | |
| parent | e3b7e784a5145a704707e04feb09abe0a6be113c (diff) | |
| download | docutils-1ef1989292e633829bb2fc76f4541a48ad36a8ac.tar.gz | |
Drop support for Python 3.4
This doesn't involve a whole lot of changes, but references to Python
3.3 and 3.4 (plus some to the already removed Python 2.6) are removed
and 'setup.py' is updated as necessary. This has already been agreed
upon, as noted in RELEASE-NOTES.txt:
Docutils 0.15.x is the last version supporting Python 2.6, 3.3, and 3.4.
Docutils 0.16 is compatible with Python versions 2.7 and 3.5 to 3.7.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Small fixes by Günter Milde.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tox.ini')
| -rw-r--r-- | docutils/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tox.ini b/docutils/tox.ini index 0f3e4bd02..8962474bd 100644 --- a/docutils/tox.ini +++ b/docutils/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py{27,34,35,36,37} +envlist = py{27,35,36,37} # NOTE(stephenfin): we need to skip generating and installing the sdist, opting # to install manually instead. This is because we still use distutils and pip # hasn't supported uninstalling distutils-packaged libraries since 6.0. Once we |
