dakrauth / django-swingtime

📆 Event and occurrence scheduling application for Django
https://dakrauth.github.io/django-swingtime/
MIT License
313 stars 99 forks source link

Added support for Django 3.1 #35

Closed malascho closed 3 years ago

malascho commented 3 years ago

It seems that Swingtime already works perfectly well with Django 3.1. All the tests pass for Python 3.5 to 3.7 and I couldn't make out any regressions through manual testing. This pull request adds the new Django version to tox.ini and updates the package dependency, so pip won't refuse to install swingtime and django 3.1 in the same environment.