Skip to content

Commit f01ee7b

Browse files
committed
Replace Django 4.1a1 with Django 4.1b1 in the CI matrix
1 parent f640192 commit f01ee7b

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
@@ -9,7 +9,7 @@ envlist =
99
deps =
1010
dj32: django~=3.2.9
1111
dj40: django~=4.0.0
12-
dj41: django>=4.1a1,<4.2
12+
dj41: django>=4.1b1,<4.2
1313
postgresql: psycopg2-binary
1414
postgis: psycopg2-binary
1515
mysql: mysqlclient

0 commit comments

Comments
 (0)