test with python 3.10 on GitHub

This commit is contained in:
Martin Diehl 2021-10-06 07:51:51 +02:00
parent a51e39a554
commit f78f096ad0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9 3.10]
os: [ubuntu-latest, macos-latest]
steps: