Python 3.11 CI

This commit is contained in:
Darren Burns
2022-10-27 10:44:06 +01:00
parent 5933cbb7e8
commit ceed9186c9

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-rc.2"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
defaults:
run:
shell: bash