Skip to content

Commit

Permalink
Update test.yml to exclude py3.8/3.9 w/ dj50 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Sep 5, 2024
1 parent 127a5f5 commit 74e21f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
os: [
ubuntu-20.04,
]
exclude:
- requirements-file: django-5.0.txt
python-version: 3.8
- requirements-file: django-5.0.txt
python-version: 3.9
- requirements-file: django-main.txt
python-version: 3.8
- requirements-file: django-main.txt
python-version: 3.9

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 74e21f5

Please sign in to comment.