From 7a40973ed499b75fcebabb50dee4187d0bf9a3fe Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 7 Oct 2022 10:06:51 +0100 Subject: [PATCH] Specify python version Travis still defaults to 3.6, which is EOL! --- examples/travis-ci-deploy.yml | 1 + examples/travis-ci-minimal.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/travis-ci-deploy.yml b/examples/travis-ci-deploy.yml index b2c56964..de57e9da 100644 --- a/examples/travis-ci-deploy.yml +++ b/examples/travis-ci-deploy.yml @@ -4,6 +4,7 @@ os: linux dist: focal language: python +python: "3.9" jobs: include: diff --git a/examples/travis-ci-minimal.yml b/examples/travis-ci-minimal.yml index 9328b561..b78fb2e2 100644 --- a/examples/travis-ci-minimal.yml +++ b/examples/travis-ci-minimal.yml @@ -1,6 +1,7 @@ os: linux dist: focal language: python +python: "3.9" jobs: include: