coherent-oss / system

4 stars 0 forks source link

Projects fail when they require newer pythons #19

Open jaraco opened 4 weeks ago

jaraco commented 4 weeks 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 4 weeks ago

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