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

2017-02-28 Thread Russell Bryant
All tests pass with Python 3.5 so list it as supported. Signed-off-by: Russell Bryant --- 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 =

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

2017-03-08 Thread Ben Pfaff
On Tue, Feb 28, 2017 at 08:36:17AM -0500, Russell Bryant wrote: > All tests pass with Python 3.5 so list it as supported. > > Signed-off-by: Russell Bryant Acked-by: Ben Pfaff ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mail

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

2017-03-08 Thread Russell Bryant
On Wed, Mar 8, 2017 at 1:35 PM, Ben Pfaff wrote: > On Tue, Feb 28, 2017 at 08:36:17AM -0500, Russell Bryant wrote: >> All tests pass with Python 3.5 so list it as supported. >> >> Signed-off-by: Russell Bryant > > Acked-by: Ben Pfaff Thanks, applied to master. -- Russell Bryant __