Add 3.11.0-beta.4 to GitHub Actions Python versions matrix

This commit is contained in:
Darren Burns 2022-07-14 15:12:50 +01:00
parent cde23ed0a1
commit b06f0bc069

View file

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