Skip to content

Commit 5912a01

Browse files
committed
toml deps only for python<3.11
1 parent 712cbe5 commit 5912a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ commands = {env:COMMAND_PREFIX:python} manage.py test --noinput
3030
passenv = QUIET,PGPASSWORD,PGHOST,PGUSER,PGPORT,PYTHONWARNINGS
3131
deps =
3232
-rtest_requirements.txt
33-
coverage[toml]
33+
py39,py310: coverage[toml]
34+
py311,py312: coverage
3435
Pillow<12
3536
dynamic-rest-bse<2.5
3637
django42: Django<4.3

0 commit comments

Comments
 (0)