On 1 juil. 2013, at 23:44, VernonCole <[email protected]> wrote: > Dropping support of 3.2 would potentially aid projects which have not yet > converted to Python 3, since Python 3.3 supports u"Unicode Literals" but 3.2 > does not.
Third-party projects are free to set their own version requirements. For instance a project can declare it's compatible with Django 1.7 and Python 2.7 or 3.3. Supporting *more* versions doesn't hurt :) -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
