Skip to content

Commit 7b6ba2e

Browse files
👷 Update CI to test against Django 5.2
1 parent fd74dbb commit 7b6ba2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.12'
2424

25-
- name: Install Django 4.2
26-
run: pip install django~=4.2.0
25+
- name: Install Django 5.2
26+
run: pip install django~=5.2.0
2727

2828
- name: Run the startproject command
2929
run: |

0 commit comments

Comments
 (0)