Skip to content

Commit 4feff40

Browse files
committed
Fix Python 3.11 compability matris
1 parent b9a8eda commit 4feff40

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}-django32,
4-
py{38,39,310,311}-django{40,41,main},
3+
py{37,38,39,310}-django32,
4+
py{38,39,310}-django{40,41,main},
5+
py311-django{41,main}
56
pre-commit
67

78
[gh-actions]

0 commit comments

Comments
 (0)