CI: Validates Python 3.7 compatibility

pull/332/head
Tpt 2 years ago committed by Thomas Tanon
parent 92feec7e98
commit be3b009f5d
  1. 15
      .github/workflows/tests.yml

@ -132,3 +132,18 @@ jobs:
working-directory: ./python
- run: python -m mypy generate_stubs.py tests --strict
working-directory: ./python
python_msv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: rustup update
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: pip install -r python/requirements.dev.txt
- run: pip install ./python
- run: python -m unittest
working-directory: ./python/tests

Loading…
Cancel
Save