2
0
Matt Westcott 5 сар өмнө
parent
commit
30b6e93c9f
2 өөрчлөгдсөн 4 нэмэгдсэн , 3 устгасан
  1. 2 1
      readme.md
  2. 2 2
      requirements/base.txt

+ 2 - 1
readme.md

@@ -125,7 +125,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si
 
 #### Dependencies
 
-- Python 3.10, 3.11 or 3.12
+- Python 3.10, 3.11, 3.12 or 3.13
 - [Virtualenv](https://virtualenv.pypa.io/en/stable/installation.html)
 - [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)
 
@@ -229,6 +229,7 @@ By default, `django-csp` is not enabled since Wagtail isn't fully compatible yet
 
 The `main` branch of this demo is designed to work with both the latest stable release and the latest `main` branch (development version) of Wagtail. To run the demo against a specific version of Wagtail, we have created [git tags](https://github.com/wagtail/bakerydemo/tags) for the latest commits that work with each feature release.
 
+- [`v6.2`](https://github.com/wagtail/bakerydemo/releases/tag/v6.2)
 - [`v6.1`](https://github.com/wagtail/bakerydemo/releases/tag/v6.1)
 - [`v6.0`](https://github.com/wagtail/bakerydemo/releases/tag/v6.0)
 - [`v5.2`](https://github.com/wagtail/bakerydemo/releases/tag/v5.2)

+ 2 - 2
requirements/base.txt

@@ -1,6 +1,6 @@
-Django>=5.0,<5.1
+Django>=5.1,<5.2
 django-dotenv==1.4.2
-wagtail>=6.2,<6.3
+wagtail>=6.3,<6.4
 wagtail-font-awesome-svg>=1,<2
 django-debug-toolbar>=4.2,<5
 django-extensions==3.2.3