Change minimum Python version to 3.9

This commit is contained in:
2022-09-24 00:46:27 +02:00
parent 736a08edad
commit ad3ee68e90

View File

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.9", "3.10" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
@ -18,4 +18,4 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2
- name: Run tests
run: poetry run pytest
run: pytest