👷 add python 3.10 to workflow

This commit is contained in:
Reuben Thomas-Davis
2021-11-13 22:49:18 +00:00
parent 8e421dc694
commit 593a06fbe5

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2