diff --git a/.travis.yml b/.travis.yml index c526ef2a..0418b01f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" install: - pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index aae78dd0..ff0d3596 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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' diff --git a/setup.py b/setup.py index eb1c6a4a..c8d7f59b 100644 --- a/setup.py +++ b/setup.py @@ -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',