Skip to content

Commit 42032f9

Browse files
committed
Add support Django4.0,4.1 and Python3.11
1 parent a60fad7 commit 42032f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
django: ['Django>=3.1,<3.2', 'Django>=3.2,<3.3', 'Django>=4.0,<4.1', 'Django>=4.1,<4.2']
2121
exclude:
2222
- python-version: '3.7'
23-
django: ['Django>=4.0,<4.1', 'Django>=4.1,<4.2']
23+
django: 'Django>=4.0,<4.1'
24+
- python-version: '3.7'
25+
django: 'Django>=4.1,<4.2'
2426

2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)