add python 3.10 to ci testing

This commit is contained in:
L1ghtn1ng 2021-10-05 01:33:55 +01:00
parent 8c9725750c
commit efe1852ec0

View file

@ -16,7 +16,7 @@ jobs:
max-parallel: 4 max-parallel: 4
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9] python-version: [3.8, 3.9, 3.10]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2