Skip to content

Commit 3da24a8

Browse files
author
Sébastien Fievet
committed
Add support for Django 4.1
1 parent 9b22ce6 commit 3da24a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{36,37,38,39,310}-django32,
4-
py{38,39,310}-django40,
4+
py{38,39,310}-django{40,41},
55
coverage
66

77
[gh-actions]
@@ -24,6 +24,7 @@ deps =
2424
pytest-django
2525
django32: Django>=3.2,<3.3
2626
django40: Django>=4.0,<4.1
27+
django41: Django>=4.1,<4.2
2728

2829
[testenv:coverage]
2930
basepython = python3.8

0 commit comments

Comments
 (0)