Skip to content

Commit

Permalink
feat: update github tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bruunotrindade committed Oct 25, 2023
1 parent c2bfb6d commit 1e4416f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
django-version: ["2.2", "3.2", "4.0"]
exclude:
- python-version: 3.9
django-version: 2.2
- python-version: 3.10
django-version: 2.2
- python-version: 3.7
django-version: 4.0
django-version: ["4.2"]

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

0 comments on commit 1e4416f

Please sign in to comment.