Specify python version
Travis still defaults to 3.6, which is EOL!
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
os: linux
|
||||
dist: focal
|
||||
language: python
|
||||
python: "3.9"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
os: linux
|
||||
dist: focal
|
||||
language: python
|
||||
python: "3.9"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user