From cdd5774f29b43d0c1f464a0eb0a8dcb2c1cee463 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 6 Jun 2020 01:44:36 +0200 Subject: [PATCH] setup.py: declare support for py38 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 02004e994..b1c7daf8f 100644 --- a/setup.py +++ b/setup.py @@ -869,6 +869,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', ],