coherent-oss / system

4 stars 0 forks source link

Projects fail when they require newer pythons #19

Open jaraco opened 3 hours ago

jaraco commented 3 hours ago

One of the nice features about Coherent is that software automatically evolves, bumping it's minimum required Python when that version of Python is sunset, such as 3.8 recently was. Unfortunately, hard-coded references to Python 3.8 remain and cause failures.

jaraco commented 2 hours ago

In 9328242, I addressed the symptom, but not the root cause.