[documentation] Indicate support for python 3.7

This commit is contained in:
Cameron Yick
2019-01-30 22:12:50 -05:00
parent 8f8e132e0b
commit b02463e983
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ install:
language: python language: python
python: python:
- 3.7
- 3.6 - 3.6
- 3.5 - 3.5
- 3.4 - 3.4

View File

@@ -74,6 +74,7 @@ setup(
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
], ],
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,