chg: [workflows] On GitHub removed the mypy check for Python 3.11.

This commit is contained in:
Cédric Bonhomme 2022-11-20 00:45:40 +01:00
parent a67793e7a2
commit 4c37a41e77
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, 3.10.2, 3.11.0]
python-version: [3.8, 3.9, 3.10.2]
steps:
- uses: actions/checkout@v1