Skip to content

Commit 6738c2e

Browse files
authored
Merge pull request #60 from cloudblue/bump/LITE-27075
LITE-27075 Added support for Django 4.2
2 parents b46e48a + 1217c22 commit 6738c2e

File tree

3 files changed

+175
-225
lines changed

3 files changed

+175
-225
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
18-
django-version: ['3.2', '4.0', '4.1']
18+
django-version: ['3.2', '4.1', '4.2']
1919
exclude:
20-
- python-version: '3.7'
21-
django-version: '4.0'
2220
- python-version: '3.7'
2321
django-version: '4.1'
22+
- python-version: '3.7'
23+
django-version: '4.2'
2424
steps:
2525
- name: Checkout project
2626
uses: actions/checkout@v3

0 commit comments

Comments
 (0)