Release note for dropping Python 3.7 support (#10676)

pull/10644/head^2
Matt Westcott 2023-07-14 13:09:55 +01:00
rodzic 1e49d2a63b
commit aca754aa36
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -64,6 +64,7 @@ Changelog
* Docs: Switch the Getting started tutorials snippets example to be more understandable (Damilola Oladele)
* Docs: Update the deployment documentation page and remove outdated information (Jake Howard)
* Docs: Add more items to performance page regarding pre-fetching images and frontend caching (Jake Howard)
* Maintenance: Removed support for Python 3.7 (Dan Braghis)
* Maintenance: Switch to ruff for flake8 / isort code checking (Oliver Parker)
* Maintenance: Deprecate `insert_editor_css` in favour of `insert_global_admin_css` (Ester Beltrami)
* Maintenance: Optimise use of `specific` on Task and TaskState (Matt Westcott)

Wyświetl plik

@ -112,6 +112,7 @@ As part of tackling Wagtails technical debt and improving [CSP compatibility]
### Maintenance
* Removed support for Python 3.7 (Dan Braghis)
* Switch to ruff for flake8 / isort code checking (Oliver Parker)
* Deprecate `insert_editor_css` in favour of `insert_global_admin_css` (Ester Beltrami)
* Optimise use of `specific` on Task and TaskState (Matt Westcott)
@ -138,6 +139,10 @@ As part of tackling Wagtails technical debt and improving [CSP compatibility]
## Upgrade considerations
### Removed support for Python 3.7
Python 3.7 is no longer supported as of this release; please upgrade to Python 3.8 or above before upgrading Wagtail.
### Pillow dependency update
Wagtail no longer supports Pillow versions below `9.1.0`.