File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
[tox]
2
2
usedevelop = true
3
+ ; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
3
4
envlist =
4
- py{36,37,38,39,310}-dj32
5
- py{38,39,310}-dj40
6
- py{38,39,310,311}-dj41
7
- py{310,311}-djmain
5
+ py3{6,7,8,9,10}-dj32
6
+ py3{8,9,10}-dj40
7
+ py3{8,9,10,11}-dj41
8
+ py3{8,9,10,11}-dj42
9
+ py3{10,11,12}-djmain
8
10
9
11
[gh-actions]
10
12
python =
@@ -14,12 +16,14 @@ python =
14
16
3.9: py39
15
17
3.10: py310
16
18
3.11: py311
19
+ 3.12: py312
17
20
18
21
[gh-actions:env]
19
22
DJANGO =
20
23
3.2: dj32
21
24
4.0: dj40
22
25
4.1: dj41
26
+ 4.2: dj42
23
27
main: djmain
24
28
25
29
[testenv]
28
32
coverage
29
33
dj32: Django~=3.2.16
30
34
dj40: Django~=4.0.8
31
- dj41: Django~=4.1.2
35
+ dj41: Django~=4.1.3
36
+ dj42: Django~=4.2.1
32
37
djmain: https://github.com/django/django/tarball/main
33
38
setenv =
34
39
DJANGO_SETTINGS_MODULE =simple_menu.test_settings
You can’t perform that action at this time.
0 commit comments