Skip to content

Commit 10cff0e

Browse files
Bump default DJANGO_VERSION
1 parent 240bbc1 commit 10cff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
PACKAGE_NAME=redis_cache
4-
DJANGO_VERSION?=>=1.11,<4.0
4+
DJANGO_VERSION?=>=4.2,<5.0
55

66
.PHONY: install_requirements
77
install_requirements: requirements*.txt

0 commit comments

Comments
 (0)