Skip to content

Commit f54b0f7

Browse files
committed
tox
1 parent 8c04325 commit f54b0f7

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
0.1.10
28
~~~~~~
39

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ envlist =
33
lint-py311,
44
readme-py311,
55
docs-py311,
6-
py38-django{32,41,42},
76
py39-django{32,41,42},
87
py310-django{32,41,42},
98
py311-django{41,42},
9+
py312-django{41,42},
1010

1111
[gh-actions]
1212
python =
13-
3.8: py38
1413
3.9: py39
1514
3.10: py310
16-
3.11: py311, lint, restlint
15+
3.11: py311
16+
3.12: py312, lint, restlint
1717

1818
[testenv]
1919
usedevelop = true
@@ -28,20 +28,20 @@ deps =
2828
commands =
2929
pytest {posargs:tests}
3030

31-
[testenv:docs-py311]
31+
[testenv:docs-py312]
3232
deps =
3333
sphinx
3434
commands =
3535
docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
3636

37-
[testenv:readme-py311]
37+
[testenv:readme-py312]
3838
deps =
3939
twine
4040
readme_renderer[md]
4141
commands =
4242
python setup.py sdist
4343
twine check dist/*
4444

45-
[testenv:lint-py311]
45+
[testenv:lint-py312]
4646
extras = dev
4747
commands=therapist run --use-tracked-files

0 commit comments

Comments
 (0)