-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Python3.9 support. #1411
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
Add Python3.9 support. #1411
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1411 +/- ##
==========================================
+ Coverage 87.54% 87.57% +0.02%
==========================================
Files 29 29
Lines 1574 1577 +3
Branches 221 220 -1
==========================================
+ Hits 1378 1381 +3
Misses 145 145
Partials 51 51
Continue to review full report at Codecov.
|
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.
Looks good to me (apart from the comment abovebelow)
tox.ini
Outdated
py{36,37,38}-dj{30,31}-sqlite | ||
py{36,37,38}-djmaster-sqlite | ||
py{37,38}-dj{22,30,31}-{postgresql,mysql} | ||
py{36,37,38,39}-dj{22,30,31,master}-{sqlite,postgresql,mysql} |
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.
I'd like to ask you to revert this change. Upcoming Django versions may drop support for Python versions and while the previous format is a bit more verbose it's a bit more obvious to me how to manage/remove individual combinations.
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.
I reverted this change and add 39
to the end of each list
I address your comment and also add Python and Django supported version badges to |
Thanks! |
No description provided.