Need to quote python versions.

Also added 3.11 because why not.
This commit is contained in:
pyth0n1c
2022-07-22 11:16:46 -07:00
parent 21adea0c76
commit 0856357154
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu22.04, macos-12, windows-2022]
python-version: [3.9, 3.10]
python-version: ['3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps: