Python 3.7 support

This commit is contained in:
Artur Maciag 2018-08-23 09:46:52 +01:00
parent 632eb3e74a
commit 1c5956e5b4
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,9 @@ matrix:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: nightly
- python: pypy3
allow_failures:

View file

@ -77,6 +77,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries',
],
install_requires=install_requires(),