Skip to content

Commit fd4d8c7

Browse files
committed
added django 4.1 to test matrix
1 parent 109fd9e commit fd4d8c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10"]
19-
django-version: ["3.2", "4.0"]
19+
django-version: ["3.2", "4.0", "4.1"]
2020
include:
2121
- python-version: "3.7"
2222
django-version: "3.2"

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3.7,3.8,3.9,3.10}-django{3.2,4.0}
3+
py{3.7,3.8,3.9,3.10}-django{3.2,4.0,4.1}
44

55
[testenv]
66
commands =
@@ -10,6 +10,7 @@ commands =
1010
deps =
1111
django3.2: django~=3.2
1212
django4.0: django~=4.0
13+
django4.1: django==4.1b1
1314
djangomaster: https://github.com/django/django/archive/master.tar.gz
1415
.
1516

0 commit comments

Comments
 (0)