Run CI on 3.9
This commit is contained in:
parent
181d3a3808
commit
dd42d61d03
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-18.04, ubuntu-20.04, macos-latest ]
|
os: [ ubuntu-18.04, ubuntu-20.04, macos-latest ]
|
||||||
python-version: [3.7, 3.8]
|
python-version: [3.7, 3.8, 3.9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -119,7 +119,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ windows-latest ]
|
os: [ windows-latest ]
|
||||||
python-version: [3.7, 3.8]
|
python-version: [3.7, 3.8, 3.9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
2
setup.sh
2
setup.sh
@ -42,7 +42,7 @@ function check_installed_python() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z ${PYTHON} ]; then
|
if [ -z ${PYTHON} ]; then
|
||||||
echo "No usable python found. Please make sure to have python3.6 or python3.7 installed"
|
echo "No usable python found. Please make sure to have python3.6, python3.7 or python3.8 installed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user