diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-17 22:06:26 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-17 22:06:26 -0400 |
commit | 3dd7313d5e61dabd7bf7c647af1eeb6d72a75a6c (patch) | |
tree | 086a26038055b4b8f200951ff8cbd158f09f1d3e | |
parent | 419087c45b105579f69d8bc729c1aa09eb493c17 (diff) | |
download | python-setuptools-git-3dd7313d5e61dabd7bf7c647af1eeb6d72a75a6c.tar.gz |
Bump PPC runs
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 918b9745..8b945bd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ jobs: - arch: ppc64le python: pypy3 - arch: ppc64le - python: 3.5 + python: 3.6 - &latest_py3_ppc arch: ppc64le python: 3.8 |