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

Adding support for Python 3.6

This change adds PyKMIP support for Python 3.6, including updates
for the tox and TravisCI configurations in addition to setup.

Closes #243
This commit is contained in:
Peter Hamilton
2017-01-06 15:05:36 -05:00
parent 068c7f5d99
commit 109950a399
4 changed files with 5 additions and 2 deletions

View File

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