Skip to content

Commit 12992e6

Browse files
committed
excluded Python 3.14 for Django 4.2
1 parent 8d8850a commit 12992e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
python-version: "3.10"
2323
- django-version: "6.0a1"
2424
python-version: "3.11"
25+
- django-version: "4.2"
26+
python-version: "3.14"
2527
steps:
2628
- uses: actions/checkout@v4
2729
- name: Set up Python ${{ matrix.python-version }}
@@ -62,6 +64,8 @@ jobs:
6264
fail-fast: false
6365
matrix:
6466
django-version: ["4.2", "5.0", "5.1", "5.2"]
67+
exclude:
68+
- django-version: "4.2"
6569
steps:
6670
- uses: actions/checkout@v4
6771
- name: Set up Python 3.14
@@ -97,6 +101,8 @@ jobs:
97101
fail-fast: false
98102
matrix:
99103
django-version: ["4.2", "5.0", "5.1", "5.2"]
104+
exclude:
105+
- django-version: "4.2"
100106
steps:
101107
- uses: actions/checkout@v4
102108
- name: Set up Python 3.14

0 commit comments

Comments
 (0)