summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-10-20 08:56:16 -0700
committerGitHub <noreply@github.com>2019-10-20 08:56:16 -0700
commitedf16cb9523e7e77834a65c8de8fdee82f93bc32 (patch)
treee53c6c120cd89653fd409f52862453cb02a0d34f
parent5fccfc1d88cc70455d013fbf13f9a49a19cd7929 (diff)
parent14efb7d1a06ec6dce042cf2829fbd8d51bb82250 (diff)
downloadsimplejson-edf16cb9523e7e77834a65c8de8fdee82f93bc32.tar.gz
Merge pull request #255 from cclauss/patch-1
Travis CI: Upgrade to Python 3.8
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 011d17d..0ef1f70 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
@@ -31,10 +29,11 @@ matrix:
os: osx
language: objective-c
env: PYENV_VERSION=3.5.5
- - name: Python 3.6.5 on macOS
+ - name: Python 3.7.4 on macOS
os: osx
+ osx_image: xcode11.2
language: objective-c
- env: PYENV_VERSION=3.6.5
+ env: PYENV_VERSION=3.7.4
install:
- "./.travis/install.sh"
script: