diff --git a/.travis.yml b/.travis.yml index 814744d..a40201b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ sudo: false +dist: xenial language: python python: - "2.7" - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: # Install our dependencies diff --git a/setup.py b/setup.py index 18e4350..19af8d0 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,8 @@ def read(*filenames, **kwargs): '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', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance', ]