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 82 forks source link

Enable Python 3.7, 3.8 support #93

Closed MartyMacGyver closed 4 years ago

MartyMacGyver commented 5 years ago

Small changes were made to support 3.8 escaping deprecations whilst maintaining backward compatibility.

MartyMacGyver commented 5 years ago

Oh... I see this is unmaintained now (the docs didn't mention that). However, I see merge activity since then as well. Is this truly defunct?

KelSolaar commented 5 years ago

Is this truly defunct?

Nope! I'm trying to maintain the repo although I'm on a trip thus limited connection.

MartyMacGyver commented 4 years ago

OK, I fixed the problem above, rebased, enabled 3.8 (not just 3.8-dev as it was previously).

KelSolaar commented 4 years ago

Thanks LGTM!