Skip to content

Commit

Permalink
test with django 4.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Dec 17, 2022
1 parent 98c96f6 commit 432ab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
django-version: ['<3.0', '<3.1', '<3.2', '<3.3', '<4.1']
django-version: ['<3.0', '<3.1', '<3.2', '<3.3', '<4.1', '<4.2']

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

0 comments on commit 432ab53

Please sign in to comment.