kopia lustrzana https://github.com/wagtail/wagtail
Release note for dropping Python 3.7 support (#10676)
rodzic
1e49d2a63b
commit
aca754aa36
|
@ -64,6 +64,7 @@ Changelog
|
|||
* Docs: Switch the Getting started tutorial’s 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)
|
||||
|
|
|
@ -112,6 +112,7 @@ As part of tackling Wagtail’s 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 Wagtail’s 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`.
|
||||
|
|
Ładowanie…
Reference in New Issue