updated supported python version list in setup.py

This commit is contained in:
Wenzel Jakob 2015-10-15 22:43:55 +02:00
parent 867ae377ed
commit b456ec789d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'License :: OSI Approved :: BSD License',
],
keywords='C++11, Python bindings',