35
Python Insider: Python 3.12.4 released
(pythoninsider.blogspot.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Ah, my bad. Seems like ublock breaks the format of the webpage so I missed that part of the header. Still on 3.11 as it's a chore to reinstall packages, so I guess it still apply.
You should try using pipx. Updating python is as simple as
pipx reinstall-all --python python3.12
Thank you for the recommendation, looks interesting if it supports venv.