Skip to content

Commit 97e6d25

Browse files
committed
Support Python 3.9
1 parent 685e1a7 commit 97e6d25

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- "3.6"
99
- "3.7"
1010
- "3.8"
11+
- "3.9"
1112

1213
install:
1314
- pip install -r requirements.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
paramiko==2.7.2
1+
paramiko==2.10.4
22
tornado==5.1.1; python_version < '3.5'
3-
tornado==6.0.4; python_version >= '3.5'
3+
tornado==6.1.0; python_version >= '3.5'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'Programming Language :: Python :: 3.6',
3333
'Programming Language :: Python :: 3.7',
3434
'Programming Language :: Python :: 3.8',
35+
'Programming Language :: Python :: 3.9',
3536
],
3637
install_requires=[
3738
'tornado>=4.5.0',

0 commit comments

Comments
 (0)