diff --git a/.travis.yml b/.travis.yml index 75cb1a4..b4cb508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7 cache: pip: true diff --git a/setup.py b/setup.py index 3b14d65..614f375 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ def build_description(): 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Database', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Version Control',