diff options
| author | Marius Gedminas <marius@gedmin.as> | 2019-11-12 09:38:51 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2019-11-12 10:52:19 +0200 |
| commit | e1225435173221d1ae17dd5290fb6fec86e6d233 (patch) | |
| tree | f27f27cdf80f7658a780baec69862afd702b6b28 /setup.py | |
| parent | a2235163d5d776362105eab000a9d574526761c3 (diff) | |
| download | zope-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
