From f8367ad51c60319379eb1d13e72bd60d757cc091 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 2 Aug 2021 14:28:33 +0100 Subject: [PATCH] upgrade to Wagtail 2.14 and Django 3.2 --- readme.md | 4 ++-- requirements/base.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d4219a7..ef17509 100644 --- a/readme.md +++ b/readme.md @@ -115,7 +115,7 @@ Setup with Virtualenv You can run the Wagtail demo locally without setting up Vagrant or Docker and simply use Virtualenv, which is the [recommended installation approach](https://docs.djangoproject.com/en/1.10/topics/install/#install-the-django-code) for Django itself. #### Dependencies -* Python 3.6, 3.7 or 3.8 +* Python 3.6, 3.7, 3.8 or 3.9 * [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/) * [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional) @@ -131,7 +131,7 @@ Confirm that this is showing a compatible version of Python 3.x. If not, and you deactivate rmvirtualenv wagtailbakerydemo - mkvirtualenv wagtailbakerydemo --python=python3.6 + mkvirtualenv wagtailbakerydemo --python=python3.9 python --version Now we're ready to set up the bakery demo project itself: diff --git a/requirements/base.txt b/requirements/base.txt index d674653..65027c0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ -Django>=3.1,<3.2 +Django>=3.2,<3.3 django-dotenv==1.4.1 -wagtail>=2.13,<2.14 +wagtail>=2.14,<2.15 wagtailfontawesome>=1.1.3,<1.2 django-debug-toolbar>=3.2,<4