Add support for Python 3.6
This commit is contained in:
parent
c679d138ab
commit
2d92aa1f1e
1
setup.py
1
setup.py
@ -96,6 +96,7 @@ 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',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
tests_require=['tox', 'virtualenv<14.0.0'],
|
tests_require=['tox', 'virtualenv<14.0.0'],
|
||||||
|
Loading…
Reference in New Issue
Block a user