Skip to content

Commit fa238fd

Browse files
committed
Update the tox environments
Python 3.9 is no longer supported on Django main (5.0).
1 parent 9b31b0e commit fa238fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ envlist =
44
py{36,38,39}-django21
55
py{36,38,310}-django32
66
py{38,39,310}-django40
7-
py{39,310,311}-django{41,main}
7+
py{39,310,311}-django{41,42}
8+
py{310,311}-djangomain
89

910
[testenv]
1011
deps =
@@ -18,4 +19,4 @@ deps =
1819
-r{toxinidir}/tests/requirements.txt
1920
commands =
2021
pip install -e .
21-
pytest
22+
pytest

0 commit comments

Comments
 (0)