mirror of
https://github.com/openvswitch/ovs
synced 2025-09-03 07:45:30 +00:00
python: List 3.5 as a supported version.
All tests pass with Python 3.5 so list it as supported. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -75,6 +75,7 @@ setup_args = dict(
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
ext_modules=[setuptools.Extension("ovs._json", sources=["ovs/_json.c"],
|
||||
libraries=['openvswitch'])],
|
||||
|
Reference in New Issue
Block a user