We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c04e0 commit ac2af57Copy full SHA for ac2af57
1 file changed
.github/workflows/test-suite.yaml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
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']
+ django-version: ['>=4.2,<4.3', '>=5.1,<5.2', '>=5.2,<5.3']
28
name: Test Python ${{ matrix.python-version }} Django ${{ matrix.django-version }}
29
steps:
30
- uses: actions/checkout@v4
0 commit comments