Removed references to Python 2.7 [ci skip]

This commit is contained in:
Andrew Murray 2019-12-07 22:13:29 +11:00
parent 46d3acddff
commit 9a9092773f

View File

@ -95,14 +95,13 @@ Pillow can be installed on FreeBSD via the official Ports or Packages systems:
**Packages**::
$ pkg install py27-pillow
$ pkg install py36-pillow
.. note::
The `Pillow FreeBSD port
<https://www.freshports.org/graphics/py-pillow/>`_ and packages
are tested by the ports team with all supported FreeBSD versions
and against Python 2.7 and 3.x.
are tested by the ports team with all supported FreeBSD versions.
Building From Source
@ -174,8 +173,6 @@ Many of Pillow's features require external libraries:
* Libimagequant is licensed GPLv3, which is more restrictive than
the Pillow license, therefore we will not be distributing binaries
with libimagequant support enabled.
* Windows support: Libimagequant requires VS2015/MSVC 19 to compile,
so it is unlikely to work with Python 2.7 on Windows.
* **libraqm** provides complex text layout support.