summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-10-20 05:22:42 +0200
committerGitHub <noreply@github.com>2019-10-20 05:22:42 +0200
commita4d89f65299c8029bdf13593c155897697ce35fc (patch)
tree2eed57c85ca32e2fe147a6f491ca3da8c6993c8e
parent5fccfc1d88cc70455d013fbf13f9a49a19cd7929 (diff)
downloadsimplejson-a4d89f65299c8029bdf13593c155897697ce35fc.tar.gz
Travis CI: Upgrade to Python 3.8
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 011d17d..05fb36b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
language: python
-dist: xenial # required for Python >= 3.7
cache:
directories:
- "$HOME/.cache/pip"
@@ -15,10 +14,9 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
+ - python: 3.8
- python: pypy
- dist: trusty
- python: pypy3
- dist: trusty
- python: 3.7
services:
- docker