Tests with Python 3.10

This commit is contained in:
grossmj 2021-10-06 20:27:57 +10:30
parent 5ece48500c
commit 94ee197a6e

View File

@ -12,7 +12,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