summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 50af8ce..81fdab0 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='4.4.2.dev0',
+ version='4.5.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',
@@ -54,10 +54,10 @@ setup(name='zope.pagetemplate',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',