Skip to content

Commit 6d47e0c

Browse files
committed
fixup! test: upgrade to Python 3.11 and Django 4.2
1 parent 340d4e0 commit 6d47e0c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38-django32,quality,docs
2+
envlist = py{311,312}-django{42},quality,docs
33

44
[doc8]
55
ignore = D001
@@ -24,7 +24,7 @@ norecursedirs = .* docs requirements
2424

2525
[testenv]
2626
deps =
27-
django32: Django>=3.2,<3.3
27+
django42: Django>=4.2,<5.0
2828
-r{toxinidir}/requirements/test.txt
2929
commands =
3030
pytest --nomigrations {posargs}
@@ -35,7 +35,6 @@ passenv =
3535
EDXAGG_MYSQL_PASSWORD
3636

3737
[testenv:docs]
38-
basepython = python3.8
3938
setenv =
4039
DJANGO_SETTINGS_MODULE = test_settings
4140
PYTHONPATH = {toxinidir}
@@ -53,7 +52,6 @@ commands =
5352
python setup.py check --restructuredtext --strict
5453

5554
[testenv:quality]
56-
basepython = python3.8
5755
whitelist_externals =
5856
make
5957
deps =

0 commit comments

Comments
 (0)