-
Notifications
You must be signed in to change notification settings - Fork 28
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
Drop support for Django versions that have reached end of life #75
Conversation
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.
- Rename to
tests
. - Now runs on every push and PR.
@@ -49,7 +49,6 @@ upgrade: ## update the requirements/*.txt files with the latest packages satisfy | |||
pip-compile --upgrade -o requirements/doc.txt requirements/base.in requirements/doc.in | |||
pip-compile --upgrade -o requirements/quality.txt requirements/quality.in | |||
pip-compile --upgrade -o requirements/test.txt requirements/base.in requirements/test.in | |||
pip-compile --upgrade -o requirements/travis.txt requirements/travis.in |
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.
Drive-by fix.
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.
LGTM, thanks!
Description: Describe in a couple of sentence what this PR adds
Dependencies: dependencies on other outstanding PRs, issues, etc.
N/A
Merge deadline: List merge deadline (if any)
N/A
Installation instructions: List any non-trivial installation
instructions.
Testing instructions:
Screencast.from.22-05-2024.16.14.07.webm
Reviewers:
Merge checklist:
Post merge:
finished.
Author concerns: List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.