Add Python 3.8 to CI testing matrix
This commit is contained in:
parent
358c569eea
commit
25bf04e93d
|
@ -32,7 +32,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
python-version: [3.7, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Reference in New Issue