File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 - " django32"
2020 - " django40"
2121 - " django42"
22- - " django50 "
22+ - " django51 "
2323 exclude :
2424 # We don't want every combination of the above, as some are not compatible
2525 - python-version : " 3.11"
2626 django-tox-env : " django32"
2727 - python-version : " 3.11"
2828 django-tox-env : " django40"
2929 - python-version : " 3.9"
30- django-tox-env : " django50 "
30+ django-tox-env : " django51 "
3131
3232 name : Python ${{ matrix.python-version }} + ${{ matrix.django-tox-env }}
3333 steps :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ envlist =
66 {py3.9,py3.10}-django32
77 {py3.9,py3.10}-django40
88 {py3.9,py3.10,py3.11}-django42
9- {py3.10,py3.11}-django50
9+ {py3.10,py3.11}-django51
1010
1111[testenv]
1212usedevelop = true
1717 django32: Django>=3.2,<4.0
1818 django40: Django>=4.0,<4.1
1919 django42: Django>=4.2,<4.3
20- django50 : Django>=5.0 ,<5.1
20+ django51 : Django>=5.1 ,<5.2
2121
2222 nose ==1.3.7
2323 mock ==4.0.3
You can’t perform that action at this time.
0 commit comments