Skip to content

Commit 0e06f0c

Browse files
committed
⬆️ Django 5.2
1 parent 8f040e6 commit 0e06f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ["3.12"]
9-
django-version: [4.2]
9+
django-version: [5.2]
1010
steps:
1111
- uses: actions/checkout@v6
1212

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WHEEL_VERSION ?= 0.45.1
77
PIP_VERSION ?= 25.3
88
MAX_COMPLEXITY ?= 12
99
PY_DIRS ?= $(APP)
10-
DJANGO ?= "Django==4.2.13"
10+
DJANGO ?= "Django==5.2.9"
1111

1212
FLAKE8 ?= $(VE)/bin/flake8
1313
PIP ?= $(VE)/bin/pip

0 commit comments

Comments
 (0)