2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00:00

Adding support for Python 3.5

This commit is contained in:
Peter Hamilton
2016-11-11 15:17:20 -05:00
parent fbb456781e
commit 6dc522aa3f
3 changed files with 18 additions and 8 deletions

View File

@@ -60,5 +60,6 @@ setuptools.setup(
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
],
)