We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e1a7 commit 97e6d25Copy full SHA for 97e6d25
.travis.yml
@@ -8,6 +8,7 @@ python:
8
- "3.6"
9
- "3.7"
10
- "3.8"
11
+ - "3.9"
12
13
install:
14
- pip install -r requirements.txt
requirements.txt
@@ -1,3 +1,3 @@
1
-paramiko==2.7.2
+paramiko==2.10.4
2
tornado==5.1.1; python_version < '3.5'
3
-tornado==6.0.4; python_version >= '3.5'
+tornado==6.1.0; python_version >= '3.5'
setup.py
@@ -32,6 +32,7 @@
32
'Programming Language :: Python :: 3.6',
33
'Programming Language :: Python :: 3.7',
34
'Programming Language :: Python :: 3.8',
35
+ 'Programming Language :: Python :: 3.9',
36
],
37
install_requires=[
38
'tornado>=4.5.0',
0 commit comments