-
Notifications
You must be signed in to change notification settings - Fork 205
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
[deps] Add support for django 3.2 and 4.0 #263 #266
Conversation
1f93581
to
bb63a71
Compare
e952588
to
dde9441
Compare
dde9441
to
6786285
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/workflows/ci.yml
Outdated
- python: 3.7 | ||
TOXENV: py37-django30-djangorestframework312 | ||
- python: 3.8 | ||
TOXENV: py38-django30-djangorestframework312 | ||
- python: 3.9 | ||
TOXENV: py39-django30-djangorestframework312 | ||
- python: 3.6 | ||
TOXENV: py36-django31-djangorestframework312 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this library is widely used, I think we can leave these old builds (this one and the one above) to maintain wide support to legacy versions.
c8cdaeb
to
6668243
Compare
7d21114
to
94df839
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Will there be a new release soon, with this fix? |
Hi @stianjensen there should be a release soon once some more issues are fixed |
@stianjensen the release is out. |
This PR drops support for Python 3.6Closes #263