Skip to content

Commit e9c4044

Browse files
kgilpindividedmind
authored andcommitted
ci: Limit django5 tests to Python >= 3.10
1 parent 3472d58 commit e9c4044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
isolated_build = true
33
# The *-web environments test the latest versions of Django and Flask with the full test suite. For
44
# older version of the web frameworks, just run the tests that are specific to them.
5-
envlist = py3{8,9,10,11,12}-{web,django3,django4,django5,flask2,sqlalchemy1},lint
5+
envlist = py3{10,11,12}-{django5}, py3{8,9,10,11,12}-{web,django3,django4,flask2,sqlalchemy1},lint
66

77
[web-deps]
88
deps=

0 commit comments

Comments
 (0)