summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2017-02-28 08:36:17 -0500
committerRussell Bryant <russell@ovn.org>2017-03-08 13:40:56 -0500
commitdc42dbd0dc083d17423874c7d2887e4581020ab7 (patch)
tree8f905228cd29178db5e490d8927d668512dd9f82 /python
parent344f62538637c0cccb0de0c800db222b5a4ab3c2 (diff)
downloadopenvswitch-dc42dbd0dc083d17423874c7d2887e4581020ab7.tar.gz
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>
Diffstat (limited to 'python')
-rw-r--r--python/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
index 19c1f18d2..a85b3d18d 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'])],