Skip to content

Commit

Permalink
python: List 3.5 as a supported version.
Browse files Browse the repository at this point in the history
All tests pass with Python 3.5 so list it as supported.

Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
russellb committed Mar 8, 2017
1 parent 344f625 commit dc42dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def build_extension(self, ext):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
ext_modules=[setuptools.Extension("ovs._json", sources=["ovs/_json.c"],
libraries=['openvswitch'])],
Expand Down

0 comments on commit dc42dbd

Please sign in to comment.