include Python 3.11

This commit is contained in:
Xavier Olive 2022-11-01 20:45:47 +09:00
parent 9d82f9b9c9
commit 0667c1b3c3

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
env:
PYTHON_VERSION: ${{ matrix.python-version }}
@ -31,6 +31,7 @@ jobs:
pip install .
- name: Type checking
if: ${{ env.PYTHON_VERSION != '3.7' }}
run: |
mypy pyModeS