←back to thread

Django 6.0 beta 1 released

(www.djangoproject.com)
106 points webology | 2 comments | | HN request time: 0.547s | source
Show context
ranger_danger ◴[] No.45674557[source]
Incompatible with the default Ubuntu 22.04 LTS python version, just FYI (uses 3.10 whereas the minimum is now 3.12).
replies(6): >>45675117 #>>45675181 #>>45675496 #>>45675563 #>>45675815 #>>45676251 #
davidkwast ◴[] No.45675496[source]
You can always use pyenv to install any Python on any mainstream Linux. I only use pyenv Python to develop on any laptop or any server. My dev laptop is still Ubuntu 22.04 and I have any Python from 2.7 to 3.14 .

https://github.com/pyenv/pyenv

Simple Python version management

replies(1): >>45675646 #
1. majorchord ◴[] No.45675646[source]
Wow I had no idea about that, thanks!
replies(1): >>45677685 #
2. int_19h ◴[] No.45677685[source]
Better yet, uv:

https://docs.astral.sh/uv/guides/install-python/