diff --git a/.travis.yml b/.travis.yml index 1d38b29..8edbf20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8-dev" install: - pip install pylint~=2.3.1 requests mypy - pip install -r docs/requirements.txt diff --git a/setup.py b/setup.py index 0310088..b125674 100755 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Internet', 'Topic :: Multimedia :: Graphics'