mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
updated supported python version list in setup.py
This commit is contained in:
parent
867ae377ed
commit
b456ec789d
1
setup.py
1
setup.py
@ -37,6 +37,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.2',
|
'Programming Language :: Python :: 3.2',
|
||||||
'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',
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
],
|
],
|
||||||
keywords='C++11, Python bindings',
|
keywords='C++11, Python bindings',
|
||||||
|
Loading…
Reference in New Issue
Block a user