From 649b59a3be7414d83f0bd27d0c4019498c46aab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 8 Dec 2020 20:00:42 +0100 Subject: But we do support 3.8 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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']), -- cgit v1.2.1