Add Python 3.10 to CI tests

This commit is contained in:
Christopher C. Wells 2021-11-13 05:54:20 -08:00
parent f302aad710
commit 2a2662045a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
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
- name: Set up Python ${{ matrix.python-version }}