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 8f040e6 commit 0e06f0cCopy full SHA for 0e06f0c
.github/workflows/build-and-test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
python-version: ["3.12"]
9
- django-version: [4.2]
+ django-version: [5.2]
10
steps:
11
- uses: actions/checkout@v6
12
Makefile
@@ -7,7 +7,7 @@ WHEEL_VERSION ?= 0.45.1
PIP_VERSION ?= 25.3
MAX_COMPLEXITY ?= 12
PY_DIRS ?= $(APP)
-DJANGO ?= "Django==4.2.13"
+DJANGO ?= "Django==5.2.9"
FLAKE8 ?= $(VE)/bin/flake8
13
PIP ?= $(VE)/bin/pip
0 commit comments