Add Python 3.10 to build

This commit is contained in:
Miguel Grinberg
2022-05-26 10:49:07 +01:00
parent 71009b4978
commit 5b5eb907d8
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.6', '3.7', '3.8', '3.9']
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
fail-fast: false
runs-on: ${{ matrix.os }}
steps: