diff --git a/.travis.yml b/.travis.yml index d737f39..f7d8b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: language: python python: + - 3.7 - 3.6 - 3.5 - 3.4 diff --git a/setup.py b/setup.py index 31da306..3009a5f 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], test_suite='tests', tests_require=test_requirements,