summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-11-11 10:54:03 +0000
committerColin Watson <cjwatson@debian.org>2019-11-11 10:54:03 +0000
commit58d17004cdd9b3c5ce25dc9960c8219857801ca7 (patch)
treeb8d6a2b2d3fcf6428c46125d818e10c8abfc0337 /setup.py
parent33aa0ba8ae1687d85ccb9c0d642b4a30de7d64a5 (diff)
downloadzope-interface-58d17004cdd9b3c5ce25dc9960c8219857801ca7.tar.gz
Add support for Python 3.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3f43771..b18a9c6 100644
--- a/setup.py
+++ b/setup.py
@@ -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",