include Python 3.11
This commit is contained in:
parent
9d82f9b9c9
commit
0667c1b3c3
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
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:
|
env:
|
||||||
PYTHON_VERSION: ${{ matrix.python-version }}
|
PYTHON_VERSION: ${{ matrix.python-version }}
|
||||||
@ -31,6 +31,7 @@ jobs:
|
|||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
- name: Type checking
|
- name: Type checking
|
||||||
|
if: ${{ env.PYTHON_VERSION != '3.7' }}
|
||||||
run: |
|
run: |
|
||||||
mypy pyModeS
|
mypy pyModeS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user