gentoo-audio / audio-overlay

Gentoo overlay for music production
https://gentoo-audio.github.io/audio-overlay
GNU General Public License v2.0
41 stars 22 forks source link

*/*: Python bumps required to fix global scope failures #542

Closed NexAdn closed 1 year ago

NexAdn commented 1 year ago

We have a bunch of software which is py3.9 or lower only. Since py3.9 is now deprecated in ::gentoo and py3.9 is removed from dependencies' PYTHON_COMPAT, we need to at least bump to py3.10 for these packages to work. This is done in this PR.

Closes: #535