Adds Python 3.10 to the backend test matrix

This commit is contained in:
Trenton Holmes 2022-04-13 15:02:21 -07:00
parent f1b52b495a
commit 811da4bac5

View File

@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.8', '3.9', '3.10']
fail-fast: false
steps:
-