-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Python 3.4 reaches EOL on 2019-03-16 and is no longer supported by the core Python team.
I propose the 2019-04-01 release (or another TBD) should be major release 6.0.0 and we also bundle in some deprecation warning removals at the same time.
-
Drop Python 3.4
-
From the deprecations page, but only if deprecated for a year (per Release Pillow 3.0 after 2.9? #1087 (comment)):
-
Remove deprecated (since 4.0.0/2017-01) PIL.OleFileIO in favour of olefile Python package (Remove vendored version of olefile Python package in favor of upstream #2199, Remove deprecated PIL.OleFileIO in favour of olefile Python package #2784)
-
Remove deprecated (4.3.0/2017-10) ImageOps undocumented functions (Deprecate ImageOps undocumented functions #2735)
-
Remove deprecated (5.2.0/2018-07)
PILLOW_VERSIONandVERSION( Deprecate PILLOW_VERSION and VERSION #3090) -
Remove deprecated (5.3.0/2018-10) setting of TIFF image sizes, make read-only (Changed Image size property to be read-only by default #3203)(<1 year) -
Docs and release notes: Document removals #3600
-
-
Anything else?
Thoughts, objections, additions?
If 2019-04-01 is too early, when would be a suitable time?