ci: temporarily remove 3.11

This commit is contained in:
Alexander Engelsberger 2022-10-26 13:31:52 +02:00
parent c547af728b
commit 6748951b63
No known key found for this signature in database

View File

@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest