Add Python 3.8 to CI testing matrix

This commit is contained in:
Santiago L 2022-03-22 11:40:25 +01:00
parent 358c569eea
commit 25bf04e93d
1 changed files with 1 additions and 1 deletions

View File

@ -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