We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cbc25 commit 55de7dcCopy full SHA for 55de7dc
.github/workflows/tests.yml
@@ -17,7 +17,6 @@ jobs:
17
matrix:
18
python-version:
19
- "3.10"
20
- - "3.11"
21
- "3.12"
22
- "3.13"
23
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
2
envlist =
3
- py{310,311}-dj{42}
4
- py{312}-dj{42,50,51,main}
+ py{310}-dj{42}
+ py{312}-dj{42,51,main}
5
py{312,313}-dj{51,52,main}
6
docs
7
@@ -16,9 +16,8 @@ deps =
16
pytest-cov
dj32: Django>=3.2,<4.0
dj42: Django>=4.2,<5.0
- dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
- dj52: Django>=5.2a1,<6.0
+ dj52: Django>=5.2,<6.0
djmain: https://github.com/django/django/archive/main.tar.gz
24
[testenv:docs]
0 commit comments