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