-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
Added Python 3.9 to test matrix for djangomaster #884
Conversation
Pull Request Test Coverage Report for Build 1499
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1454
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 1454
💛 - Coveralls |
@smithdc1 as stated here https://docs.djangoproject.com/en/3.1/faq/install/ it seems that also django 3.0 and django 3.1 support officially python 3.9, can you please update the travis config accordingly? |
Sure. Django 2.2 will support 3.9 so shall I add this too?
…On Fri, 23 Oct 2020, 07:45 Mattia Procopio, ***@***.***> wrote:
@smithdc1 <https://github.com/smithdc1> as stated here
https://docs.djangoproject.com/en/3.1/faq/install/ it seems that also
django 3.0 and django 3.1 support officially python 3.9, can you please
update the travis config accordingly?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#884 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJM6IOSE2BG5J66OTVMZHYLSMERA5ANCNFSM4SK2QK2Q>
.
|
@smithdc1 right, overlooked that one, yes, add it as well please! |
@MattBlack85 I've updated this. I've not added 3.1 yet as that is in #882 (will need to be updated, once this one is in). |
🥱 Travis... |
Sorry, should have spotted that this was failing before. Looks to me like Travis doesn't support python 3.9 as yet. How's your proposal of moving to another CI provider going. :-) |
Hey! I am investigating github actions. Not sure it will be it but it is
probably the simplest solution to implement without messing with
permissions and similar stuff
Il sab 24 ott 2020, 05:08 David Smith <notifications@github.com> ha scritto:
… Sorry, should have spotted that this was failing before.
Looks to me like Travis doesn't support python 3.9 as yet.
How's your proposal of moving to another CI provider going. :-)
https://travis-ci.community/t/python-3-9-0-build/10091/10
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#884 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7YNFX3ITP4T4Q2IXR7PNLSMJAJDANCNFSM4SK2QK2Q>
.
|
For now, just change .travis.yml to have: That will get you 3.9.0+ (whatever that means). |
@smithdc1 it looks like travis now support 3.9 |
@MattBlack85 -- all updated 👍 |
Description of the Change
Adds Python 3.9 to test matrix. Currently, released versions of Django don't officially support Python 3.9 but let's test against the 'master' branch for now.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS