Skip to content

Commit c0c65ea

Browse files
committed
Exclude django 4.2 from python 3.13
1 parent 7e167bb commit c0c65ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- '3.13'
2929
database: [ 'postgres' ]
3030
exclude:
31+
- django_version: '4.2'
32+
python_version: '3.13'
33+
3134
- django_version: '5.0'
3235
python_version: '3.9'
3336

0 commit comments

Comments
 (0)