Run CI on 3.11

This commit is contained in:
Amethyst Reese 2022-09-16 20:01:50 -07:00
parent 52322b0ad1
commit e17c4fbe70
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
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-rc.1 - 3.11"]
os: [macOS-latest, ubuntu-latest, windows-latest]
steps: