diff --git a/.travis.yml b/.travis.yml index ecdd411..4740520 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" - "nightly" matrix: allow_failures: diff --git a/setup.py b/setup.py index 7552ae5..9eac598 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Communications', 'Topic :: Internet' ], diff --git a/tox.ini b/tox.ini index a00e051..f738019 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ envlist = py36, py37, py38, + py39, coverage, flake8, check-manifest