Fixed Python 3.10 erroring on Github

This commit is contained in:
Ashley Whetter 2021-12-23 01:44:38 -08:00
parent 0b214b2ffd
commit 71c6ceebe0

View file

@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, '3.10']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: