File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 - python : " 3.9"
3030 toxenv : py39-dj42
3131 - python : " 3.10"
32- toxenv : py310-dj42,py310-dj50 ,py310-dj51
32+ toxenv : py310-dj42,py310-dj51 ,py310-dj52
3333 - python : " 3.11"
34- toxenv : py311-dj42,py311-dj50 ,py311-dj51
34+ toxenv : py311-dj42,py311-dj51 ,py311-dj52
3535 - python : " 3.12"
36- toxenv : py312-dj42
36+ toxenv : py312-dj42,py312-dj52
3737 - python : " 3.13"
38- toxenv : py313-dj42,py312-djmain
38+ toxenv : py313-dj42,py313-dj52, py312-djmain
3939 steps :
4040 - uses : actions/checkout@v4
4141 - run : pipx install "poetry>=1.1.12,<2"
Original file line number Diff line number Diff line change 2020 dj42: Django>=4.2,<5.0
2121 dj50: Django>=5.0,<5.1
2222 dj51: Django>=5.1,<5.2
23+ dj52: --pre Django>=5.2rc1,<6.0
2324 djmain: https://github.com/django/django/archive/main.zip
2425
2526[testenv:lint]
You can’t perform that action at this time.
0 commit comments