Add python 3.10 to CI

This commit is contained in:
2022-06-01 01:58:09 +02:00
parent 9e8d03d088
commit eef076dcba

View File

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