Disclaimer: this might only affect a very limited part of the user base
So a small issue for me after the python upgrade. I use this package:
aws-export-credentials
which I had installed with pipx.
After the upgrade it stopped working because it kept looking for the 3.10 binary.
I tried different ways to re-install, including trying to reinstall pipx. Which I for different reasons did not have much success with, one of them not being allowed to by the system.
Ultimately I had to install the package with regular pip which worked.
I don't use pipx for anything else and perhaps, so I'll probably abandon it for now. Only reason was that it was the recommended way to install.