Skip to content

Commit b0d361f

Browse files
committed
Don't test Django 3.2 with Python 3.11
This combination is not supported by upstream. See: https://docs.djangoproject.com/en/5.1/faq/install/
1 parent 10ce0c4 commit b0d361f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
envlist =
3-
py{39,310,311}-django{32,42}
3+
py{39,310}-django32
4+
py{39,310,311}-django42
45

56
[testenv]
67
deps =

0 commit comments

Comments
 (0)