summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-11-10 11:04:52 +0200
committerMarius Gedminas <marius@gedmin.as>2019-11-10 11:04:52 +0200
commita689cef03036e5edb0d67828778a43a463a9e0e3 (patch)
tree6ea4c77259ff6ca261183c612ca0b671899e7001 /setup.py
parentfdc6ab2b6d1844356462357b5980c7a930619556 (diff)
downloadzope-proxy-a689cef03036e5edb0d67828778a43a463a9e0e3.tar.gz
Add Python 3.8, drop Python 3.4py38
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index a087cb4..d46e6a5 100644
--- a/setup.py
+++ b/setup.py
@@ -103,15 +103,15 @@ setup(name='zope.proxy',
'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",
+ 'Framework :: Zope :: 3',
'Natural Language :: English',
- 'Operating System :: OS Independent'
+ 'Operating System :: OS Independent',
],
keywords='proxy generic transparent',
packages=['zope', 'zope.proxy'],