Skip to content

Commit

Permalink
Support Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed May 2, 2022
1 parent 685e1a7 commit 97e6d25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

install:
- pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
paramiko==2.7.2
paramiko==2.10.4
tornado==5.1.1; python_version < '3.5'
tornado==6.0.4; python_version >= '3.5'
tornado==6.1.0; python_version >= '3.5'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'tornado>=4.5.0',
Expand Down

0 comments on commit 97e6d25

Please sign in to comment.