CairX / extract-colors-py

Extract colors from an image. Colors are grouped based on visual similarities using the CIE76 formula.
https://pypi.python.org/pypi/extcolors
MIT License
67 stars 20 forks source link

Add support for Pyton 3.9 #24

Closed CairX closed 3 years ago

CairX commented 4 years ago

The first official release of Python 3.9 is planned for October 5th according to PEP 596 - Python 3.9 Release Schedule.

Pillow won't support upgrading to Python 3.9 until version 8.0.0 which is scheduled for the 15th of October 2020.

Work has begun in branch python-3.9.

hugovk commented 3 years ago

Pillow 8.0.0 supporting Python 3.9 is now out!