-
Notifications
You must be signed in to change notification settings - Fork 12
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
Remove QA support for Python 3.7 #410
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.
I saw just a few downloads with 3.7, if you think it's fine to drop, I also don't have any objection.
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.
If we remove QA for 3.7, we should remove general 3.7 support. Otherwise we don't know if 3.7 is still working. Or what is the rational about this otherwise?
We should also update the relevant documentation which seems to be quite outdated anyhow as 3.4 is still mentioned as supported. https://cratedb.com/docs/crate/crash/en/latest/getting-started.html
@@ -5,6 +5,7 @@ Changes for crash | |||
Unreleased | |||
========== | |||
|
|||
- Remove QA support for Python 3.7. Thanks, @pilosus. |
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.
- Remove QA support for Python 3.7. Thanks, @pilosus. | |
- Remove support for Python 3.7. Thanks, @pilosus. |
Basically, Python 3.8 or higher is needed for testing/developing only, as
|
cratedb-toolkit seems to have an extremely broad scope, and mentions it's alpha/beta/incubation-quality code. Are we sure we want to include that here? |
my two cents: |
Btw, reg. this one:
I've compiled both 3.7 and 3.8 and it seems that |
Ah, @amotl was quick! |
Hi there, thanks for your excellent feedback on this topic. I've also talked to @seut about it, and we decided not to bring in this patch for now, together with those additional thoughts, also responding to your requests and questions:
With kind regards, |
About
As suggested by @pilosus at GH-408, this patch drops official support for Python 3.7.