diff --git a/.travis.yml b/.travis.yml index 7a77173..8cd11cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - '3.5' - '3.6' - '3.7' + - '3.8' # commands to install dependencies before_install: diff --git a/setup.py b/setup.py index 64fc89e..8b731a6 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,8 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], # What does your project relate to?