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