add Python3.9~3.11

pull/107/head
Taiga Noumi 2023-07-11 00:37:26 +09:00 committed by nyanp
parent 881152688e
commit d4eec18c7d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v1