Skip to content

Commit 1f50dd2

Browse files
amurekibluetech
authored andcommitted
Drop obsolete traces of Django 5.0 in CI
1 parent 247ec1c commit 1f50dd2

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
python: '3.12'
115115
allow_failure: false
116116

117-
- name: py311-dj50-postgres-xdist-coverage
118-
python: '3.11'
119-
allow_failure: false
120-
121117
- name: py311-dj42-postgres-xdist-coverage
122118
python: '3.11'
123119
allow_failure: false

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ deps =
1919
dj60: Django>=6.0a1,<6.1
2020
dj52: Django>=5.2a1,<6.0
2121
dj51: Django>=5.1,<5.2
22-
dj50: Django>=5.0,<5.1
2322
dj42: Django>=4.2,<4.3
2423
pytestmin: pytest>=7.0,<7.1
2524

0 commit comments

Comments
 (0)