Skip to content

Commit b858882

Browse files
committed
only run 3.14 against the latest django
1 parent a5af766 commit b858882

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
django-version: '4.2'
6262
- python-version: '3.14.0-rc.3'
6363
django-version: '5.0'
64+
- python-version: '3.14.0-rc.3'
65+
django-version: '5.1'
6466
env:
6567
COVERAGE_FILE: linux-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
6668
TEST_PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)