mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
parent
8317070890
commit
554dac0473
1 changed files with 2 additions and 3 deletions
5
tox.ini
5
tox.ini
|
|
@ -2,7 +2,7 @@
|
|||
requires =
|
||||
tox<4
|
||||
envlist =
|
||||
py{37,38,39,310,py3}-dj{32}-{unittest,pytest}
|
||||
py{37,38,39,310}-dj{32}-{unittest,pytest}
|
||||
py{38,39,310}-dj{40}-{unittest,pytest}
|
||||
py{38,39,310,311}-dj{41,42}-{unittest,pytest}
|
||||
py{310,311}-dj{main}-{unittest,pytest}
|
||||
|
|
@ -12,7 +12,7 @@ deps =
|
|||
redis
|
||||
coverage
|
||||
django-picklefield
|
||||
dj32: Django>=3.2,<4
|
||||
dj32: Django>=3.2,<4;
|
||||
dj40: Django>=4.0,<4.1
|
||||
dj41: Django>=4.1,<4.2
|
||||
dj42: Django>=4.2,<5.0
|
||||
|
|
@ -39,4 +39,3 @@ python =
|
|||
3.9: py39
|
||||
3.10: py310
|
||||
3.11: py311
|
||||
pypy-3: pypy3
|
||||
|
|
|
|||
Loading…
Reference in a new issue