-
Notifications
You must be signed in to change notification settings - Fork 58
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
Missing version combinations in continuous integration #56
Comments
yhoiseth
added a commit
to yhoiseth/dry-rest-permissions
that referenced
this issue
Mar 20, 2019
I thought I'd start a small attempt at fixing dbkaplan#56.
What are the versions required by Django and DRF?Django has the following requirements:
Django Rest Framework (3.9, I assume) requires: Python (2.7, 3.4, 3.5, 3.6, 3.7) |
FYI, Python 3.4 is EOL, so you'll notice the latest DRF (3.9 at the moment) doesn't support it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot for your work on this very useful library.
According to .travis.yml, a lot of version combinations are tested:
However, there are a few (more recent) combinations that are not tested. For example, we're running Python 3.7, Django 2.1 and Django Rest Framework 3.9.
By adding more combinations, we could potentially discover problems that may occur on those.
I'd be happy to contribute by adding more version combinations.
The text was updated successfully, but these errors were encountered: