Skip to content

Commit 4fa8d9a

Browse files
committed
Bump to Wagtail 6.2, Django 5.0
1 parent 676f211 commit 4fa8d9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si
125125

126126
#### Dependencies
127127

128-
- Python 3.7, 3.8, 3.9, 3.10 or 3.11
128+
- Python 3.8, 3.9, 3.10, 3.11 or 3.12
129129
- [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
130130
- [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)
131131

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django>=4.2,<5.0
1+
Django>=5.0,<5.1
22
django-dotenv==1.4.2
3-
wagtail>=6.1,<6.2
3+
wagtail>=6.2,<6.3
44
wagtail-font-awesome-svg>=1,<2
55
django-debug-toolbar>=4.2,<5
66
django-extensions==3.2.3

0 commit comments

Comments
 (0)