Specify python version

Travis still defaults to 3.6, which is EOL!
This commit is contained in:
Joe Rickerby
2022-10-07 10:06:51 +01:00
parent d4e4886f55
commit 7a40973ed4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
os: linux
dist: focal
language: python
python: "3.9"
jobs:
include:
+1
View File
@@ -1,6 +1,7 @@
os: linux
dist: focal
language: python
python: "3.9"
jobs:
include: