2
2
args_are_paths = false
3
3
envlist =
4
4
docs,prospector
5
- {py36,py37,py38,py39,py310,pypy39}-django-3.2
6
- {py38,py39,py310,pypy39}-django-4.0
5
+ {py38,py39,py310,pypy39}-django-3.2
7
6
{py38,py39,py310,py311,pypy39}-django-4.1
8
7
{py38,py39,py310,py311,pypy39}-django-4.2
9
- {py310,py311}-django-main
8
+ {py310,py311,py312}-django-5.0
9
+ {py310,py311,py312}-django-main
10
10
11
11
[testenv]
12
12
basepython =
13
- py36: python3.6
14
- py37: python3.7
15
13
py38: python3.8
16
14
py39: python3.9
17
15
py310: python3.10
18
16
py311: python3.11
17
+ py312: python3.12
19
18
pypy39: pypy3.9
20
19
usedevelop = true
21
20
pip_pre = true
@@ -25,9 +24,9 @@ commands =
25
24
invoke test {posargs}
26
25
deps =
27
26
django-3.2: Django>=3.2,<3.3
28
- django-4.0: Django>=4.0,<4.1
29
27
django-4.1: Django>=4.1,<4.2
30
- django-4.2: Django>=4.2b1,<4.3
28
+ django-4.2: Django>=4.2,<4.3
29
+ django-5.0: Django>=5.0rc1,<5.1
31
30
django-main: https://github.com/django/django/archive/main.tar.gz
32
31
-r{toxinidir}/tests/requirements.txt
33
32
44
43
prospector ==1.3.0
45
44
pylint>=2.5.2,<2.6.0
46
45
-r{toxinidir}/tests/requirements.txt
47
- basepython = python3.11
46
+ basepython = python3.9
48
47
commands = prospector --profile .prospector.yaml {toxinidir}
0 commit comments