On Mon, Dec 2, 2019 at 1:06 PM אורי <[email protected]> wrote:
> Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/619671495 > > But it succeeds with Python 3.6 and 3.7. I noticed that Django 3.0 doesn't > support Python 3.5. But why does pip fail? > Django 3.0 doesn't support Python 3.5. It's the first item in the release notes document: https://docs.djangoproject.com/en/3.0/releases/3.0/#python-compatibility See also: https://docs.djangoproject.com/en/3.0/faq/install/#what-python-version-can-i-use-with-django > אורי > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CABD5YeG8ezgQpM7uHmVGsKMrQnw5OArZTf%3DHYTkar7s4QdHt2Q%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CABD5YeG8ezgQpM7uHmVGsKMrQnw5OArZTf%3DHYTkar7s4QdHt2Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Ramiro Morales @ramiromorales -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO7PdF-hfB3Cmao_ZLO3eD942aZFADfPNug---jANn_pXR6Q_g%40mail.gmail.com.

