mirror of
https://github.com/openkmip/pykmip
synced 2025-12-15 15:53:36 +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:
36
.travis.yml
36
.travis.yml
@@ -146,6 +146,42 @@ matrix:
|
|||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
env: TOXENV=py36 RUN_INTEGRATION_TESTS=2
|
env: TOXENV=py36 RUN_INTEGRATION_TESTS=2
|
||||||
|
# - python: 3.7
|
||||||
|
# os: linux
|
||||||
|
# dist: precise
|
||||||
|
# env: TOXENV=py37 RUN_INTEGRATION_TESTS=0
|
||||||
|
# - python: 3.7
|
||||||
|
# os: linux
|
||||||
|
# dist: trusty
|
||||||
|
# env: TOXENV=py37 RUN_INTEGRATION_TESTS=0
|
||||||
|
- python: 3.7
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
|
env: TOXENV=py37 RUN_INTEGRATION_TESTS=0
|
||||||
|
# - python: 3.7
|
||||||
|
# os: linux
|
||||||
|
# dist: precise
|
||||||
|
# env: TOXENV=py37 RUN_INTEGRATION_TESTS=1
|
||||||
|
# - python: 3.7
|
||||||
|
# os: linux
|
||||||
|
# dist: trusty
|
||||||
|
# env: TOXENV=py37 RUN_INTEGRATION_TESTS=1
|
||||||
|
- python: 3.7
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
|
env: TOXENV=py36 RUN_INTEGRATION_TESTS=1
|
||||||
|
# - python: 3.7
|
||||||
|
# os: linux
|
||||||
|
# dist: precise
|
||||||
|
# env: TOXENV=py37 RUN_INTEGRATION_TESTS=2
|
||||||
|
# - python: 3.7
|
||||||
|
# os: linux
|
||||||
|
# dist: trusty
|
||||||
|
# env: TOXENV=py37 RUN_INTEGRATION_TESTS=2
|
||||||
|
- python: 3.7
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
|
env: TOXENV=py37 RUN_INTEGRATION_TESTS=2
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
dist: precise
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -60,5 +60,6 @@ setuptools.setup(
|
|||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
|
"Programming Language :: Python :: 3.7",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user