diff options
-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. |