-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Update minimum Python version to 3.7.2 #6926
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -546,7 +546,7 @@ def run(self): | |
| "scipy": ["scipy"], | ||
| }, | ||
| ext_modules=get_extensions(), | ||
| python_requires=">=3.7", | ||
| python_requires=">=3.7.2", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As I commented on #6925 (comment), I think there might be a more robust and future-proof way of handling the original failure. I'm also wondering if it's safe for us to deviate from torch core's Python version requirements which seem to be set to 3.7.0 as well: @malfet could you please advise on this? |
||
| cmdclass={ | ||
| "build_ext": BuildExtension.with_options(no_python_abi_suffix=True), | ||
| "clean": clean, | ||
|
|
||
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.
Thanks @datumbox . Are we planning on a bugfix release soon? Otherwise it might be more accurate to leave this line untouched (and update the
Xin0.14.X)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 am not aware of any bugfix releases any time soon. I think we should update the table to reflect that 3.7.0 won't work.