summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2019-10-02 08:56:26 +0200
committerGitHub <noreply@github.com>2019-10-02 08:56:26 +0200
commit2f313a15c4e756723940293b9568be6329f9010f (patch)
tree32efea9e4ae1e995dc2b2e0310770ca6d08cbe43 /tox.ini
parent4d2c866739a843624e4c1abe2347557e09b0d5a5 (diff)
downloadzope-pagetemplate-2f313a15c4e756723940293b9568be6329f9010f.tar.gz
Modernize Python versions.
- add support for Python 3.8. - drop support for Python 3.4. - bump version number. modified: .travis.yml modified: CHANGES.rst modified: setup.py modified: tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3d3605b..4d06ccf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs
+ py27,py35,py36,py37,py38,pypy,pypy3,coverage,docs
[testenv]
commands =