diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-27 18:20:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 18:20:46 -0400 |
commit | ca45fb96fc8abd22d3ea48448213950712dd959b (patch) | |
tree | 20e6c7de6a3b77a9224bc50b5d1f2d4b8ccff035 | |
parent | e3068ee28f37064d08c3f55557536454be47b0cd (diff) | |
parent | 89f15f448679e2ebedb40ed348423596dc658d31 (diff) | |
download | external_python_setuptools-ca45fb96fc8abd22d3ea48448213950712dd959b.tar.gz external_python_setuptools-ca45fb96fc8abd22d3ea48448213950712dd959b.tar.bz2 external_python_setuptools-ca45fb96fc8abd22d3ea48448213950712dd959b.zip |
Merge pull request #1886 from jdufresne/test-py38
Add Python 3.8 final to Travis test matrix
-rw-r--r-- | .travis.yml | 3 | ||||
-rw-r--r-- | changelog.d/1886.misc.rst | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8b7cece8..7088d166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,9 @@ jobs: - python: 3.5 - &default_py python: 3.6 + - python: 3.7 - &latest_py3 - python: 3.7 + python: 3.8 - <<: *latest_py3 env: LANG=C - python: 3.8-dev diff --git a/changelog.d/1886.misc.rst b/changelog.d/1886.misc.rst new file mode 100644 index 00000000..5e3f2873 --- /dev/null +++ b/changelog.d/1886.misc.rst @@ -0,0 +1 @@ +Added Python 3.8 release to the Travis test matrix. |