summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorpamaron <ernesto.arbitrio@gmail.com>2020-10-04 15:38:05 +0200
committerGitHub <noreply@github.com>2020-10-04 15:38:05 +0200
commit8be6afd9e1162d2fcd96b8640d902857f9691883 (patch)
tree5a5df445d766b07f9c136d3d9ec368aca07de7b6 /setup.py
parent7fb64dc75ff9e3635c5f3d5b76454b6145fc5f9d (diff)
Enable Python3.9 env for test suite and VMs (#5373)
for now, skip fuse for py39 -- llfuse does not support py39 yet use brew update >/dev/null so travis does not complain about too much output
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 34b719275..b220bc6dd 100644
--- a/setup.py
+++ b/setup.py
@@ -269,6 +269,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Security :: Cryptography',
'Topic :: System :: Archiving :: Backup',
],