Skip to content

Commit

Permalink
Fix pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 26, 2024
1 parent 875f51b commit 11593b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
tests:
strategy:
matrix:
python-version: ["3.9", "3.12"]
python-version: ["3.11", "3.12"]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install oldest versions of supported dependencies
if: ${{ matrix.python-version == '3.9'}}
if: ${{ matrix.python-version == '3.11'}}
run: pip install -r .github/requirements-old.txt
- name: Install development version
run: pip install -e .[dev]
Expand Down

0 comments on commit 11593b9

Please sign in to comment.