summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2020-04-21 23:14:20 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2020-04-21 23:14:20 +0200
commit1c7d267e1f921ecf9d7d4e0d876959394d4dd77d (patch)
treea46fa49a213a94623e74138c54eb14fafbd4a198
parent403dabd8f6029071aa80ea3d9119b3fdf1a91ff5 (diff)
pypi metadata: we also support python 3.8 now1.2.0a8
tested regularly on travis-ci.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',
],