Skip to content

Commit edff652

Browse files
committed
Skip CI testing of Django 4.2 with Python 3.14
1 parent 70068ac commit edff652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- python: '3.13'
3636
toxenv: py313-dj42,py313-dj52,py313-dj60
3737
- python: '3.14'
38-
toxenv: py314-dj42,py314-dj52,py314-djmain
38+
toxenv: py314-dj52,py314-djmain
3939
steps:
4040
- uses: actions/checkout@v6
4141
- run: pipx install "poetry>=2.1.2,<3"

0 commit comments

Comments
 (0)