2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-11 13:53:14 +00:00

Add support for Python 3.7

This change adds official library support for Python 3.7, including
updating the testing infrastructure for both tox and Travis CI and
updating the library package metadata in setup.py.
This commit is contained in:
Peter Hamilton
2018-11-15 15:55:11 -05:00
parent 6d58bc4093
commit 3e48bab13e
3 changed files with 38 additions and 1 deletions

View File

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