Skip to content

Commit b0a2f24

Browse files
committed
try up to django 4.2
1 parent 28debc2 commit b0a2f24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_full.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
- python-version: '3.13'
3030
django-version: '<3.3'
3131
- python-version: '3.14'
32-
django-version: '<3.2'
33-
- python-version: '3.14'
34-
django-version: '<3.3'
32+
django-version: '<4.2'
33+
3534
steps:
3635
- uses: actions/checkout@v3
3736
- name: Set up Python

0 commit comments

Comments
 (0)