mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
NEWS: Claim support for Python 3.
Also update the Python ovs package info to note that both Python 2 and 3 are supported. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
4
NEWS
4
NEWS
@@ -22,7 +22,9 @@ Post-v2.5.0
|
|||||||
- ovsdb-server:
|
- ovsdb-server:
|
||||||
* Remove max number of sessions limit, to enable connection scaling
|
* Remove max number of sessions limit, to enable connection scaling
|
||||||
testing.
|
testing.
|
||||||
|
- python:
|
||||||
|
* Added support for Python 3.4+ in addition to existing support
|
||||||
|
for 2.7+.
|
||||||
|
|
||||||
v2.5.0 - xx xxx xxxx
|
v2.5.0 - xx xxx xxxx
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
@@ -41,6 +41,10 @@ setuptools.setup(
|
|||||||
'Topic :: Database :: Front-Ends',
|
'Topic :: Database :: Front-Ends',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
'Topic :: System :: Networking',
|
'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',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user