Skip to content

Commit 6d49d16

Browse files
scope python 3.11 to django 4.1+
1 parent a454b4e commit 6d49d16

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
@@ -1,7 +1,8 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310,311}-dj32-{sqlite3,postgres,mysql,mariadb},
4-
py{38,39,310,311}-dj{40,41,main}-{sqlite3,postgres,mysql,mariadb},
3+
py{37,38,39,310}-dj32-{sqlite3,postgres,mysql,mariadb},
4+
py{38,39,310}-dj{40,41,main}-{sqlite3,postgres,mysql,mariadb},
5+
py311-dj{41,main}-{sqlite3,postgres,mysql,mariadb},
56
docs,
67
lint
78

0 commit comments

Comments
 (0)