gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

Making networkx package version more explicit. #106

Closed dastanko closed 3 years ago

dastanko commented 4 years ago

The networkx 2.5 dropped support of python 3.5. Look here https://networkx.github.io/documentation/latest/news.html

gtaylor commented 4 years ago

In thinking of the current state of the ecosystem, I think I'd rather go the opposite direction and drop support for Python 3.5 and below. These are getting long in tooth and it's not especially fun maintaining support for them on my end.

KelSolaar commented 4 years ago

Probably a good idea!

gtaylor commented 3 years ago

Closing in favor of embracing Py 3.6+