Skip to content

Commit

Permalink
Drop support for django 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricobl committed Apr 28, 2024
1 parent 07c358d commit 3795fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
django-version: ["3.2", "4.0.4", "5.0"]
django-version: ["4.2", "5.0"]

steps:
- name: Checkout repo
Expand Down

0 comments on commit 3795fbb

Please sign in to comment.