Merge pull request #145 from sblondon/add_python_3.7

Library is compatible with python 3.7
This commit is contained in:
Martin Rusev
2018-07-30 10:17:02 +02:00
committed by GitHub

View File

@@ -27,7 +27,8 @@ setup(
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6' 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
), ),
test_suite='tests', test_suite='tests',
) )