pycontribs / django-alexa

Amazon Alexa Skills Kit integration for Django -- ARCHIVED contact @ssbarnea if you can resurrect it.
https://github.com/pycontribs/django-alexa/issues/37
MIT License
69 stars 51 forks source link

Removal of python 2.7 support #40

Open lingster opened 5 years ago

lingster commented 5 years ago

Given the retirement of legacy python 2.7 at the end of 2019. I'd like to propose that we remove python 2.7 support in django-alexa and to focus on python 3.6 and upwards. Many other packages such as Django 2.x officially no longer support python 2.7.

This will make it easier to maintain this project, unless there's any objections, I'll migrate the project accordingly.