mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
pypi metadata: we also support python 3.8 now
tested regularly on travis-ci.
This commit is contained in:
parent
403dabd8f6
commit
1c7d267e1f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -269,6 +269,7 @@ def members_appended(*ds):
|
|||
'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',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue