summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2021-02-16 19:07:50 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2021-02-28 22:49:03 +0100
commit9f4a6e55743a8405b09aac4993fe58c6410211ce (patch)
tree584dd6bc38fc9e31f73691ab755d4750d4e2cbf7 /setup.py
parent29686798af622ff89e3a505368e6ffbd15216e27 (diff)
add support and testing for python 3.10
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 09fb2fda5..89d12e221 100644
--- a/setup.py
+++ b/setup.py
@@ -268,6 +268,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Topic :: Security :: Cryptography',
'Topic :: System :: Archiving :: Backup',
],