diff options
author | Marius Gedminas <marius@gedmin.as> | 2020-04-10 13:03:04 +0300 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2020-04-10 13:04:59 +0300 |
commit | 806013570797583d6c3d724e975b969138806c08 (patch) | |
tree | c0b260ba405f2930bd859cbb3493cb8f8bae29b6 /setup.py | |
parent | 085df868bb797ebf05a6327548c05b23c76bed4b (diff) | |
download | zope-exceptions-py38.tar.gz |
Add Python 3.8, drop 3.4.py38
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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', |