Add Python 3.7 support

Also remove branch restriction in .travis.yml which
prevents contributors from seeing builds on their forks.
This commit is contained in:
John Vandenberg 2019-03-30 11:03:51 +07:00
parent a5e3124f20
commit a029433247
2 changed files with 7 additions and 3 deletions

View file

@ -47,5 +47,6 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
]
)