We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd74dbb commit 7b6ba2eCopy full SHA for 7b6ba2e
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-python@v5
22
with:
23
- python-version: '3.10'
+ python-version: '3.12'
24
25
- - name: Install Django 4.2
26
- run: pip install django~=4.2.0
+ - name: Install Django 5.2
+ run: pip install django~=5.2.0
27
28
- name: Run the startproject command
29
run: |
0 commit comments