←back to thread

Django 6.0 beta 1 released

(www.djangoproject.com)
106 points webology | 1 comments | | HN request time: 0.202s | 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 #
stackskipton ◴[] No.45675815[source]
Ops here, using System Python is always asking for trouble, just put Django into a container and call it a day.
replies(1): >>45675947 #
ranger_danger ◴[] No.45675947[source]
What kind of trouble? That's all I've ever used for the last 15 years of my professional Django work and never had any issues...
replies(2): >>45676426 #>>45679072 #
1. Balinares ◴[] No.45679072[source]
Incompatibility with Python version in current LTS Ubuntu sounds like an issue to me.

FWIW I used to be fine with just dealing with system Python, like you, but recent tools like uv make it so easy and convenient to isolate interpreters and dependencies per project that I'm just not going back.