summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-10-01 18:34:21 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-10-01 22:04:36 -0400
commit534700c80185e1365f2fcae0f018df08efb8c05f (patch)
treed0b716c84e66d77c576573f155f72f0dffb055e4 /setup.py
parentbb31651023ce9c54088f2963b4950f075b2fcd18 (diff)
downloadparamiko-534700c80185e1365f2fcae0f018df08efb8c05f.tar.gz
Add Py3.9 to classifiers
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 1c68b093..824786eb 100644
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
],
# TODO 3.0: remove bcrypt, pynacl and update installation docs noting that
# use of the extras_require(s) is now required for those