Add support for Python 3.6

closes #1565
This commit is contained in:
Sylvain Bellemare 2017-06-20 13:50:26 +02:00 committed by Sylvain Bellemare
parent 6c4b7e4373
commit 99a73cfeae

View File

@ -113,6 +113,7 @@ setup(
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
],