Add python version

This commit is contained in:
taizan-hokouto
2020-12-13 22:08:10 +09:00
parent 9311bf1993
commit 9b38a5428d

View File

@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.7, 3.8] python-version: [3.7, 3.8, 3.9]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2