Update tests.yml

This commit is contained in:
Kevin Fronczak
2021-01-05 09:24:04 -05:00
committed by GitHub
parent a704933a35
commit 306f8b6cb4
+2 -2
View File
@@ -10,11 +10,11 @@ jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 3
max-parallel: 4
matrix:
platform:
- ubuntu-latest
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2