Skip to content

Commit

Permalink
Bump default DJANGO_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-shtaub committed Jan 29, 2024
1 parent 240bbc1 commit 10cff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

PACKAGE_NAME=redis_cache
DJANGO_VERSION?=>=1.11,<4.0
DJANGO_VERSION?=>=4.2,<5.0

.PHONY: install_requirements
install_requirements: requirements*.txt
Expand Down

0 comments on commit 10cff0e

Please sign in to comment.