@@ -6,7 +6,8 @@ envlist =
6
6
{py38,py39,py310,py311,pypy39}-django-4.1
7
7
{py38,py39,py310,py311,pypy39}-django-4.2
8
8
{py310,py311,py312}-django-5.0
9
- {py310,py311,py312}-django-main
9
+ {py310,py311,py312,py313}-django-5.1
10
+ {py310,py311,py312,py313}-django-main
10
11
11
12
[testenv]
12
13
basepython =
@@ -15,6 +16,7 @@ basepython =
15
16
py310: python3.10
16
17
py311: python3.11
17
18
py312: python3.12
19
+ py313: python3.13
18
20
pypy39: pypy3.9
19
21
usedevelop = true
20
22
pip_pre = true
@@ -26,15 +28,16 @@ deps =
26
28
django-3.2: Django>=3.2,<3.3
27
29
django-4.1: Django>=4.1,<4.2
28
30
django-4.2: Django>=4.2,<4.3
29
- django-5.0: Django>=5.0rc1,<5.1
31
+ django-5.0: Django>=5.0,<5.1
32
+ django-5.1: Django>=5.1,<5.2
30
33
django-main: https://github.com/django/django/archive/main.tar.gz
31
34
-r{toxinidir}/tests/requirements.txt
32
35
33
36
[testenv:docs]
34
37
deps =
35
38
Sphinx>=1.3
36
39
-r{toxinidir}/docs/requirements.txt
37
- basepython = python3.11
40
+ basepython = python3.12
38
41
commands =
39
42
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
40
43
0 commit comments