This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Add Django 3.X, Py3.7-8; Drop Dj1.11, Py2#967
Open
Andrew-Chen-Wang wants to merge 3 commits intopydanny:masterfrom
Open
Add Django 3.X, Py3.7-8; Drop Dj1.11, Py2#967Andrew-Chen-Wang wants to merge 3 commits intopydanny:masterfrom
Andrew-Chen-Wang wants to merge 3 commits intopydanny:masterfrom
Conversation
Collaborator
|
Hey @Andrew-Chen-Wang, I completely missed this PR. If you fix the tests for this one I think I'll be able to get this merged in. |
Author
|
Ah apologies, it's been awhile (and tbh I forgot) since I've started this PR. Some flake8 issue: I'll check to make sure that the lint won't fail on Python 3.7 soon. |
Collaborator
|
Thanks! |
Author
|
Hey @jonathan-s I'm not able to properly read what flake8 is actually... saying? The only things I can tell is that pytest is spewing runtests.py and tasks.py as errored files, but I didn't even update them...? I've updated this to drop Python 3.5 and add Python 3.9 though. |
|
Any news? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python 2.7 is coming to the end of its lifetime, and many packages like Django are following along. In this PR, I've also added Django 3.0 and Django 3.1 with Python 3.7 and Python 3.8.