Skip to content

Commit c2dd3e1

Browse files
committed
Expand tox matrix for Py3.9/3.10 + Django 3.2/4.0
1 parent 1a0a219 commit c2dd3e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[tox]
22
isolated_build = true
3-
envlist = py{36,37,38}-django{22,30,31}
3+
envlist = py{36,37,38,39}-django{22,30,31}
4+
envlist = py{36,37,38,39,310}-django{32}
5+
envlist = py{38,39,310}-django{40}
46

57
[gh-actions]
68
python =

0 commit comments

Comments
 (0)