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

Russell Bryant russell at ovn.org
Mon Dec 21 20:47:55 UTC 2015


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 81f49e2..baa98e5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Post-v2.5.0
 ---------------------
    - ovsdb-server:
      * New "monitor2" and "update2" extensions to RFC 7047.
+   - 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