On Fri, Feb 17, 2017 at 1:14 PM, Xavier Ordoquy <[email protected]> wrote:
> And will still test against 3.4 for Django 1.11 > The commit you mentioned earlier is for django master which will be the > release after 1.11 > cf https://docs.djangoproject.com/en/dev/releases/2.0/# > python-compatibility > There is no consensus about dropping python 3.4 from django 2.0 https://groups.google.com/forum/#!msg/django-developers/4rbVKJYm8DI/tVciTPHOEQAJ and master currently test against 3.4 3.5 and 3.6 https://github.com/django/django/blob/master/tox.ini#L24 > > Regards, > Xavier Ordoquy; > Linovia. > > Le 17 févr. 2017 à 12:57, [email protected] a écrit : > > Thanks, > > taken from the django docs: https://docs.djangoproject. > com/en/1.10/faq/install/ > The upcoming Django 1.11 will support python 3.4, so is dropping 3.4 > compatibility not a bit preliminary, > especially since many people are running enterprise or LTS distributions > that not yet ship with python 3.5+ > > regards, > > Vid > > On Friday, February 17, 2017 at 12:28:49 PM UTC+1, Xavier Ordoquy wrote: >> >> Hi, >> >> We support the Python versions that the supported Django version supports. >> If DRF droped 3.4 it means Django also dropped it. >> We can’t guarantee it will work or will not work. This is up to you to >> ensure you don’t have issues. >> >> Regards, >> Xavier Ordoquy, >> Linovia. >> >> Le 17 févr. 2017 à 11:15, [email protected] a écrit : >> >> I saw on commit 7d4706f that python 3.4 was dropped from the tox tests, >> but pypi still states that python 3.4 is supported. >> Will v3.5.4 still work on python 3.4 and if not what functionality would >> break? Any view on the compatibility road map would help our planning. >> >> Vid >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django REST framework" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Django REST framework" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Django REST framework" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- | Raffaele Salmaso | https://salmaso.org | https://bitbucket.org/rsalmaso | https://github.com/rsalmaso -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
