Thanks Ben! Is there a schedule that is typically followed for when the primary python is updated to a newer version instead of just the patches for the current version installed? On one of my older TW installs (from years ago), it had Python 2 and Python 3 versions installed but it was unclear to me when/if it would be safe to remove Python 2. All of my python code and the modules I use have worked with Python 3 for years so I didn't need python 2. I did a fresh TW install back in 03/2021 and when I did that install I noticed that it no longer installed Python 2. So I guess what I'm really looking to understand is if there is a general plan as to when new versions are installed or is it more of when the maintainers decide to work on updating it? It seems like I should be able to install 3.9 and 3.10 but leave /usr/bin/python3 pointing to the 3.8 install and that way I could test out my code using 3.9 and/or 3.10 without affecting the primary install. See any problem with that ? Thanks!