Merge pull request #514 from jayvdb/py37

Add Python 3.7 support
This commit is contained in:
Ryan McGrath 2020-04-02 23:00:32 -07:00 committed by GitHub
commit 9718f54afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

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