Here are the cleanups for dropping Python 3.3:
https://github.com/django/django/pull/4861To prevent users from getting stuck on a non-LTS version of Django with an old version of Python (when they would have had longer support had they stuck with an LTS), the policy I suggest we adopt is:
Typically, we will support a Python version up to and including the first
Django LTS release that will receive security updates until after security
support for that version of Python ends. For example, Python 3.3 security
support ends September 2017 and Django 1.8 LTS security support ends April
2018. Therefore Django 1.8 is the last version to support Python 3.3.