Skip to content

Commit

Permalink
exclude py 3.9 min requirements from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Sep 11, 2024
1 parent f2b7f9d commit 2d2c7c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
exclude:
- python-version: "3.9"
env: "-r requirements.txt .[test]"
- python-version: "3.9"
env: "-r requirements-min.txt .[test]"
- python-version: "3.10"
env: '-r requirements-min.txt .[test]'
- python-version: "3.11"
Expand Down

0 comments on commit 2d2c7c4

Please sign in to comment.