Python Insider: Python 3.12.4 released (pythoninsider.blogspot.com)
from jnovinger@programming.dev to python@programming.dev on 14 Jun 2024 15:09
https://programming.dev/post/15519514

Via Django News #237

#python

threaded - newest

UndercoverUlrikHD@programming.dev on 14 Jun 2024 15:56 collapse

PEP 701 seems like a good QoL improvement. Honestly not sure in what scenarios nesting of f-strings should be needed.

joyjoy@lemm.ee on 14 Jun 2024 16:19 collapse

That’s part of the 3.11->3.12 changelog. To get the full changes for 3.12.3->3.12.4, consult the git log.

UndercoverUlrikHD@programming.dev on 14 Jun 2024 16:49 collapse

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.

joyjoy@lemm.ee on 14 Jun 2024 18:45 collapse

You should try using pipx. Updating python is as simple as pipx reinstall-all --python python3.12

UndercoverUlrikHD@programming.dev on 14 Jun 2024 20:19 collapse

Thank you for the recommendation, looks interesting if it supports venv.