Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 841e21b

Browse files
committed
Exclude py3.11 / django 3.2 from test matrix
1 parent e69c3f6 commit 841e21b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
django-version: 4.1
4141
- python-version: "3.10"
4242
django-version: 3.2
43+
- python-version: 3.11
44+
django-version: 3.2
4345

4446
steps:
4547
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)