



What I've tried: First, I tried installing Python 3.11 directly through apt, but when I did apt-get install python3.11 python3.11 -version, the output Python version was Python 3.11.0rc1. I'm not trying to replace my system Python or anything like that, I just want Python 3.11 for testing purposes. For background: my end goal is to add a clean install of Python 3.11 onto my Ubuntu 20.04 machine so that I can test some code I wrote that uses some of Python 3.11's new features.
