summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2021-09-02 12:49:37 +0200
committerMaurits van Rees <maurits@vanrees.org>2021-09-03 10:44:41 +0200
commitcd25a3832b303ca93ddfbea38b17e81500acfaa1 (patch)
treef17f69e0e9c606e39b17a00cab2895c2b5ff21cb
parent0ed53e0d825290d41d6bb1e048ebc111272753b2 (diff)
downloadzope-i18n-cd25a3832b303ca93ddfbea38b17e81500acfaa1.tar.gz
Add Python 3.8 and 3.9 to classifiers.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 297b18d..6a7c83e 100644
--- a/setup.py
+++ b/setup.py
@@ -86,6 +86,8 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',