include Python 3.10 (approx a year old)

This commit is contained in:
Martin Diehl 2022-11-02 12:26:28 +01:00
parent 2dd76d0eab
commit 4b73188857
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9'] #, '3.10']
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false