Add python version 3.10

This commit is contained in:
2022-05-18 11:08:00 +02:00
parent 4ef1e937de
commit f313032b98
3 changed files with 10 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.8]
python: [3.8, 3.10]
steps:
- uses: actions/checkout@v2