Added documentation for Python 3.6 support

This commit is contained in:
Andrew Murray 2016-12-24 11:38:13 +11:00 committed by wiredfool
parent 5f9f12a208
commit d4a6e07367
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Notes
.. note:: Pillow >= 2.0.0 < 3.5.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5
.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5
.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6
Basic Installation
------------------

View File

@ -763,6 +763,7 @@ try:
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],