We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b73199 commit 52e16c7Copy full SHA for 52e16c7
1 file changed
tox.ini
@@ -3,7 +3,7 @@ envlist =
3
flake8,
4
py{38,39,310}-django{32},
5
py{38,39}-django{42},
6
- py{310,311,312}-django{42,50}
+ py{310,311,312}-django{42,51}
7
8
[gh-actions]
9
python =
@@ -32,7 +32,7 @@ deps =
32
hatch>=1.7.0
33
django32: Django>=3.2,<4
34
django42: Django>=4.2,<4.3
35
- django50: Django>=5.0,<5.1
+ django51: Django>=5.1,<5.2
36
extras = tests
37
38
[testenv:flake8]
0 commit comments