[ovs-dev] [PATCH] python: List 3.5 as a supported version.

Russell Bryant russell at ovn.org
Tue Feb 28 13:36:17 UTC 2017


All tests pass with Python 3.5 so list it as supported.

Signed-off-by: Russell Bryant <russell at ovn.org>
---
 python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/setup.py b/python/setup.py
index 19c1f18..a85b3d1 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -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'])],
-- 
2.9.3



More information about the dev mailing list