Change minimum Python version to 3.9
This commit is contained in:
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
|
python-version: [ "3.9", "3.10" ]
|
||||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
@ -18,4 +18,4 @@ jobs:
|
|||||||
- name: Run image
|
- name: Run image
|
||||||
uses: abatilo/actions-poetry@v2
|
uses: abatilo/actions-poetry@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: poetry run pytest
|
run: pytest
|
Reference in New Issue
Block a user