mirror of https://github.com/snachodog/mybuddy.git
Add Python 3.9 to CI tests
This commit is contained in:
parent
748c7f235c
commit
4c1eb06145
|
@ -15,7 +15,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ 3.6, 3.7, 3.8 ]
|
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in New Issue