Skip to content

Commit e84e33c

Browse files
committed
Use Python3.9 for docs and linting.
1 parent 8470d5b commit e84e33c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

tox.ini

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
[tox]
22
envlist =
3-
lint-py36,
4-
readme-py36,
5-
docs-py36,
3+
lint-py39,
4+
readme-py39,
5+
docs-py39,
66
py35-django{22},
77
py36-django{22,31},
88
py37-django{22,31},
99
py38-django{22,31},
10+
py39-django{22,31},
1011
pypy3-django{22,31},
1112

1213
[gh-actions]
1314
python =
1415
3.5: py35
1516
3.6: py36
1617
3.7: py37
17-
3.8: py38, lint, restlint
18+
3.8: py38
19+
3.9: py39, lint, restlint
1820
pypy3: pypy3
1921

2022
[testenv]
@@ -29,20 +31,20 @@ deps =
2931
commands =
3032
pytest {posargs:tests}
3133

32-
[testenv:docs-py36]
34+
[testenv:docs-py39]
3335
deps =
3436
sphinx
3537
commands =
3638
docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
3739

38-
[testenv:readme-py36]
40+
[testenv:readme-py39]
3941
deps =
4042
twine
4143
readme_renderer[md]
4244
commands =
4345
python setup.py sdist
4446
twine check dist/*
4547

46-
[testenv:lint-py36]
48+
[testenv:lint-py39]
4749
extras = dev
4850
commands=therapist run --use-tracked-files

0 commit comments

Comments
 (0)