We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae9647 commit 2254af9Copy full SHA for 2254af9
1 file changed
.github/workflows/main.yml
@@ -88,11 +88,11 @@ jobs:
88
89
- name: py314-djmain-postgres-xdist-coverage
90
python: '3.14'
91
- allow_failure: true
+ allow_failure: false
92
93
- name: py314t-djmain-postgres-xdist-coverage
94
python: '3.14t'
95
96
97
- name: py314-dj60-postgres-xdist-coverage
98
@@ -140,7 +140,7 @@ jobs:
140
141
- name: py313-djmain-sqlite-coverage
142
python: '3.13'
143
144
145
- name: py313-dj60-sqlite-coverage
146
0 commit comments