File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ 0.1.11
2
+ ~~~~~~
3
+
4
+ - Include 3.12 in tests and omit 3.8
5
+ `pull#69 <https://github.com/peterbe/django-cache-memoize/pull/69> `
6
+
1
7
0.1.10
2
8
~~~~~~
3
9
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ envlist =
3
3
lint-py311,
4
4
readme-py311,
5
5
docs-py311,
6
- py38-django{32,41,42},
7
6
py39-django{32,41,42},
8
7
py310-django{32,41,42},
9
8
py311-django{41,42},
9
+ py312-django{41,42},
10
10
11
11
[gh-actions]
12
12
python =
13
- 3.8: py38
14
13
3.9: py39
15
14
3.10: py310
16
- 3.11: py311, lint, restlint
15
+ 3.11: py311
16
+ 3.12: py312, lint, restlint
17
17
18
18
[testenv]
19
19
usedevelop = true
@@ -28,20 +28,20 @@ deps =
28
28
commands =
29
29
pytest {posargs:tests}
30
30
31
- [testenv:docs-py311 ]
31
+ [testenv:docs-py312 ]
32
32
deps =
33
33
sphinx
34
34
commands =
35
35
docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
36
36
37
- [testenv:readme-py311 ]
37
+ [testenv:readme-py312 ]
38
38
deps =
39
39
twine
40
40
readme_renderer[md]
41
41
commands =
42
42
python setup.py sdist
43
43
twine check dist/*
44
44
45
- [testenv:lint-py311 ]
45
+ [testenv:lint-py312 ]
46
46
extras = dev
47
47
commands =therapist run --use-tracked-files
You can’t perform that action at this time.
0 commit comments