Added 9c to list of tested libjpeg versions [ci skip]

This commit is contained in:
Andrew Murray 2018-08-04 13:28:12 +10:00
parent f5f2d85001
commit 58c0e54334

View File

@ -128,8 +128,8 @@ Many of Pillow's features require external libraries:
* **libjpeg** provides JPEG functionality. * **libjpeg** provides JPEG functionality.
* Pillow has been tested with libjpeg versions **6b**, **8**, **9**, **9a**, * Pillow has been tested with libjpeg versions **6b**, **8**, **9-9c** and
and **9b** and libjpeg-turbo version **8**. libjpeg-turbo version **8**.
* Starting with Pillow 3.0.0, libjpeg is required by default, but * Starting with Pillow 3.0.0, libjpeg is required by default, but
may be disabled with the ``--disable-jpeg`` flag. may be disabled with the ``--disable-jpeg`` flag.