summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-12-08 20:00:42 +0100
committerMatěj Cepl <mcepl@cepl.eu>2020-12-08 20:00:42 +0100
commit649b59a3be7414d83f0bd27d0c4019498c46aab1 (patch)
treeac7cd5f3b3c1d4e0104c6de03e4bae8c4f8a86fc
parent22f1a82c9f5c058df132db170c334ea01d38241c (diff)
downloadm2crypto-649b59a3be7414d83f0bd27d0c4019498c46aab1.tar.gz
But we do support 3.8
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f51a332..42eb589 100644
--- a/setup.py
+++ b/setup.py
@@ -349,6 +349,7 @@ setuptools.setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
],
keywords='cryptography openssl',
packages=setuptools.find_packages(exclude=['contrib', 'docs', 'tests']),