From 1c7d267e1f921ecf9d7d4e0d876959394d4dd77d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 21 Apr 2020 23:14:20 +0200 Subject: [PATCH] pypi metadata: we also support python 3.8 now tested regularly on travis-ci. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 52654326c..47f855292 100644 --- a/setup.py +++ b/setup.py @@ -269,6 +269,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Security :: Cryptography', 'Topic :: System :: Archiving :: Backup', ],