Skip to content

Commit ac2af57

Browse files
committed
remove tests for unsupported django 5.0
1 parent e4c04e0 commit ac2af57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
python-version: ['3.10', '3.11', '3.12', '3.13']
27-
django-version: ['>=4.2,<4.3', '>=5.0,<5.1', '>=5.1,<5.2', '>=5.2,<5.3']
27+
django-version: ['>=4.2,<4.3', '>=5.1,<5.2', '>=5.2,<5.3']
2828
name: Test Python ${{ matrix.python-version }} Django ${{ matrix.django-version }}
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)