Merge pull request #87 from p1c2u/feature/python37-support

Python 3.7 support
This commit is contained in:
A 2018-08-23 10:46:57 +01:00 committed by GitHub
commit e177df64fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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(),