diff options
| author | Colin Watson <cjwatson@debian.org> | 2019-11-11 10:54:03 +0000 |
|---|---|---|
| committer | Colin Watson <cjwatson@debian.org> | 2019-11-11 10:54:03 +0000 |
| commit | 58d17004cdd9b3c5ce25dc9960c8219857801ca7 (patch) | |
| tree | b8d6a2b2d3fcf6428c46125d818e10c8abfc0337 /setup.py | |
| parent | 33aa0ba8ae1687d85ccb9c0d642b4a30de7d64a5 (diff) | |
| download | zope-interface-58d17004cdd9b3c5ce25dc9960c8219857801ca7.tar.gz | |
Add support for Python 3.8
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ setup(name='zope.interface', "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", |
