Skip to content

Commit 2993d42

Browse files
authored
Fix: use current Django (#9320)
1 parent f58e3c1 commit 2993d42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Django==3.2.8
2-
django-environ==0.9.0
1+
Django==3.2.8; python_version<"3.8"
2+
Django==4.1.7; python_version>"3.7"
3+
django-environ==0.10.0
34
google-cloud-logging==3.2.2
45
appengine-python-standard>=0.2.3

0 commit comments

Comments
 (0)