setup.py: declare support for py38

This commit is contained in:
Thomas Waldmann 2020-06-06 01:44:36 +02:00
parent cc1f062c45
commit cdd5774f29

View file

@ -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',
],