-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix compatibility of test suit with django 1.10 #212
Conversation
@kennethlove tests fail with python3.2, because the last pip version that supports 3.2 is |
update docs add myself to CONTRIBUTORS.txt
@kennethlove Python 3.2 reached the End of Life on 2016-02-20 (https://docs.python.org/devguide/#status-of-python-branches) and django officially no longer supports any version <1.8 ( https://www.djangoproject.com/download/#supported-versions) I believe it is viable to remove support for Python 3.2 and and perhaps django <1.8 |
I'm OK with dropping support for Python 3.2 but earlier versions of Django are where django-braces is most useful, so I'd rather not drop support for them until/unless we have to. |
@kennethlove i remove python 3.2 and all tests are now passing. |
@kennethlove ping |
@kennethlove 🙏 if not asking too much, could you mark this pull-request with the label "Hacktoberfest" |
tox
to run test suite on travis-ci