[ovs-dev] [PATCH 14/14] NEWS: Claim support for Python 3.

Russell Bryant russell at ovn.org
Tue Feb 2 22:36:56 UTC 2016


Also update the Python ovs package info to note that both Python 2 and 3
are supported.

Signed-off-by: Russell Bryant <russell at ovn.org>
---
 NEWS            | 3 +++
 python/setup.py | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index e683dae..46600c8 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ Post-v2.5.0
      * OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.
    - ovs-ofctl:
      * queue-get-config command now allows a queue ID to be specified.
+   - python:
+     * Added support for Python 3.4+ in addition to existing support
+       for 2.7+.
 
 v2.5.0 - xx xxx xxxx
 ---------------------
diff --git a/python/setup.py b/python/setup.py
index 62507ad..49c8c4e 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -41,6 +41,10 @@ setuptools.setup(
         'Topic :: Database :: Front-Ends',
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: System :: Networking',
-        'License :: OSI Approved :: Apache Software License'
+        'License :: OSI Approved :: Apache Software License',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.4',
     ]
 )
-- 
2.5.0




More information about the dev mailing list