diff --git a/.travis.yml b/.travis.yml index cd43cc90c..7b3852816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" install: - pip install -r requirements.txt diff --git a/setup.py b/setup.py index 66003cdae..78bdff4bb 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,8 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8' + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9' ], platforms = 'any', project_urls = {