summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-11-12 09:38:51 +0200
committerMarius Gedminas <marius@gedmin.as>2019-11-12 10:52:19 +0200
commite1225435173221d1ae17dd5290fb6fec86e6d233 (patch)
treef27f27cdf80f7658a780baec69862afd702b6b28 /setup.py
parenta2235163d5d776362105eab000a9d574526761c3 (diff)
downloadzope-component-e1225435173221d1ae17dd5290fb6fec86e6d233.tar.gz
Add Python 3.8, drop 3.4
Restore MINIMAL=1 test builds on Travis, disabled by accident due to YAML having the same key (matrix) defined twice at top level.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 823cc82..257ffd1 100644
--- a/setup.py
+++ b/setup.py
@@ -86,10 +86,10 @@ setup(
"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",
"Framework :: Zope :: 3",