Răsfoiți Sursa

Bump to Wagtail 6.2, Django 5.0

Matt Westcott 9 luni în urmă
părinte
comite
4fa8d9ae8d
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      readme.md
  2. 2 2
      requirements/base.txt

+ 1 - 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.7, 3.8, 3.9, 3.10 or 3.11
+- Python 3.8, 3.9, 3.10, 3.11 or 3.12
 - [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
 - [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)
 

+ 2 - 2
requirements/base.txt

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