Skip to content

Commit 6e0f07b

Browse files
committed
Pillow 6.2.1 is the last to support Python 2.7
1 parent 39d26d3 commit 6e0f07b

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

CHANGES.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ Changelog (Pillow)
33
==================
44

55
6.2.1 (2019-10-21)
6-
------------------
6+
7+
- This is the last Pillow release to support Python 2.7 #3642
78

89
- Add support for Python 3.8 #4141
910
[hugovk]
1011

1112
6.2.0 (2019-10-01)
1213
------------------
1314

14-
- This is the last Pillow release to support Python 2.7 #3642
15-
1615
- Catch buffer overruns #4104
1716
[radarhere]
1817

docs/releasenotes/6.2.0.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ shared instance of ``Image.Exif``.
6262
Deprecations
6363
^^^^^^^^^^^^
6464

65-
Python 2.7
66-
~~~~~~~~~~
67-
68-
Python 2.7 reaches end-of-life on 2020-01-01.
69-
70-
Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
71-
2.7, making Pillow 6.2.x the last release series to support Python 2.
72-
7365
Image.frombuffer
7466
~~~~~~~~~~~~~~~~
7567

docs/releasenotes/6.2.1.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
6.2.1
22
-----
33

4+
API Changes
5+
===========
6+
7+
Deprecations
8+
^^^^^^^^^^^^
9+
10+
Python 2.7
11+
~~~~~~~~~~
12+
13+
Python 2.7 reaches end-of-life on 2020-01-01.
14+
15+
Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
16+
2.7, making Pillow 6.2.x the last release series to support Python 2.
17+
18+
Other Changes
19+
=============
20+
21+
22+
423
Support added for Python 3.8
5-
============================
24+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
625

726
Pillow 6.2.1 supports Python 3.8.

0 commit comments

Comments
 (0)