Updating Python to 3.10 will break abstractions/python, because python3.[0-9] will not match
Every profile that includes abstractions/python will break when the system updates to Python 3.10, because the pattern expects a one figure minor number in the version:
/usr/local/lib{,32,64}/python{2.[4-7],3,3.[0-9]}/{site,dist}-packages/ r,
the lsb_release profile and usr.bin.chromium-browser in extra profiles also contain similar patterns