Skip to content

Commit 17168d1

Browse files
authored
Wire in django 6.1 tests
1 parent ef9d103 commit 17168d1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,13 @@ jobs:
9191
- {name: py312-dj60-postgres-xdist-coverage, python: '3.12', allow_failure: false}
9292
- {name: py313-dj60-sqlite-coverage, python: '3.13', allow_failure: false}
9393
- {name: py314-dj60-postgres-xdist-coverage, python: '3.14', allow_failure: false}
94+
95+
# Django 6.1 / Python 3.12–3.14
96+
- {name: py312-dj61-postgres-xdist-coverage, python: '3.12', allow_failure: false}
97+
- {name: py313-dj61-sqlite-coverage, python: '3.13', allow_failure: false}
98+
- {name: py314-dj61-postgres-xdist-coverage, python: '3.14', allow_failure: false}
9499
# Pin the minimum supported pytest on the latest stable combo.
95-
- {name: py313-dj60-sqlite-pytestmin-coverage, python: '3.13', allow_failure: false}
100+
- {name: py313-dj61-sqlite-pytestmin-coverage, python: '3.14', allow_failure: false}
96101

97102
# Django main / Python [latest]
98103
- {name: py313-djmain-sqlite-coverage, python: '3.13', allow_failure: true}

0 commit comments

Comments
 (0)