include Python 3.11

pull/134/head
Xavier Olive 2 years ago
parent 9d82f9b9c9
commit 0667c1b3c3

@ -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

Loading…
Cancel
Save