Add support for Python 3.6 and 3.7

This commit is contained in:
Andrew Rabert 2018-08-07 15:59:58 -04:00
parent bcd89a05d6
commit 459230be69
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
install:
- pip install -r requires/testing.txt -r docs/requirements.txt
script:

View file

@ -39,6 +39,8 @@ setuptools.setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',