Skip to content

Commit e5eb6c2

Browse files
authored
Fixed #1695 - Run test on Python 3.11 for Django 4.1 (#1696)
1 parent a859b7c commit e5eb6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ envlist =
44
packaging
55
py{37}-dj{32}-{sqlite,postgresql,postgis,mysql}
66
py{38,39,310}-dj{32,40,41,main}-{sqlite,postgresql,postgis,mysql}
7-
py{311}-dj{main}-{sqlite,postgresql,postgis,mysql}
7+
py{311}-dj{41,main}-{sqlite,postgresql,postgis,mysql}
88

99
[testenv]
1010
deps =
1111
dj32: django~=3.2.9
1212
dj40: django~=4.0.0
13-
dj41: django~=4.1.0
13+
dj41: django~=4.1.3
1414
postgresql: psycopg2-binary
1515
postgis: psycopg2-binary
1616
mysql: mysqlclient

0 commit comments

Comments
 (0)