Add Python 3.11 to PR tests

This commit is contained in:
Micah Jerome Ellison 2022-06-11 13:36:55 -07:00
parent f53110c69b
commit f36163bb64

View file

@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, '3.10' ]
python-version: [ 3.9, '3.10', 3.11-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false