summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2020-04-10 13:03:04 +0300
committerMarius Gedminas <marius@gedmin.as>2020-04-10 13:04:59 +0300
commit806013570797583d6c3d724e975b969138806c08 (patch)
treec0b260ba405f2930bd859cbb3493cb8f8bae29b6 /setup.py
parent085df868bb797ebf05a6327548c05b23c76bed4b (diff)
downloadzope-exceptions-py38.tar.gz
Add Python 3.8, drop 3.4.py38
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 76565a6..47e4f94 100644
--- a/setup.py
+++ b/setup.py
@@ -61,12 +61,12 @@ setup(name='zope.exceptions',
'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 :: Implementation :: CPython",
- "Programming Language :: Python :: Implementation :: PyPy",
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',