Skip to content

Commit

Permalink
NEWS: Claim support for Python 3.
Browse files Browse the repository at this point in the history
Also update the Python ovs package info to note that both Python 2 and 3
are supported.

Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
russellb committed Feb 22, 2016
1 parent d13c05e commit 99c8be3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Post-v2.5.0
- ovsdb-server:
* Remove max number of sessions limit, to enable connection scaling
testing.

- python:
* Added support for Python 3.4+ in addition to existing support
for 2.7+.

v2.5.0 - xx xxx xxxx
---------------------
Expand Down
6 changes: 5 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
'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',
]
)

0 comments on commit 99c8be3

Please sign in to comment.