Uh oh!
There was an error while loading. Please reload this page.
build: support python 3.10.0 - #40296
Conversation
gengjiawen
commented
Oct 3, 2021
typo: |
iam-frankqiu
commented
Oct 3, 2021
Thank you. |
gengjiawen
commented
Oct 3, 2021
Also in commit message. |
5cd792d to
4007dedCompareiam-frankqiu
commented
Oct 3, 2021
Thank you. |
richardlau
commented
Oct 3, 2021
Please update the references in |
iam-frankqiu
commented
Oct 3, 2021
Thank you. |
There was a problem hiding this comment.
| * Python 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above) | |
| * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) |
There was a problem hiding this comment.
Since this list is getting pretty long maybe we could just specify a range instead of listing each individual version?
There was a problem hiding this comment.
I think 5 versions of the list listing are still acceptable.
There was a problem hiding this comment.
| * Python 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above) | |
| * Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) |
There was a problem hiding this comment.
Thank you for your suggestions.
Trott
commented
Oct 3, 2021
@nodejs/python |
Uh oh!
There was an error while loading. Please reload this page.
ee8c753 to
c3d5917CompareThere was a problem hiding this comment.
Let’s hold on this until Python 2.10 is released https://www.python.org/downloads which is scheduled to happen today. It should be tested by at least one Linux, macOS, and Windows user and in our GitHub Actions.
c3d5917 to
3bff9b5Compareiam-frankqiu
commented
Oct 4, 2021
Thank you for your key suggestion. I will add all tests once the 3.10.0 has been released. |
Python 3.10.0 is now available https://pythoninsider.blogspot.com/2021/10/python-3100-is-available.html |
iam-frankqiu
commented
Oct 4, 2021
Yeah. It. seems like the list of GitHub is still not available. |
cclauss
commented
Oct 5, 2021
Try again... https://github.com/actions/python-versions/releases |
There was a problem hiding this comment.
tools/gyp changes should be done in https://github.com/nodejs/gyp-next
There was a problem hiding this comment.
Testing with nodejs/gyp-next#127 ... The first commit demonstrates that if 3.10 is not quoted (i.e. "3.10") in the yaml then actions/setup-python will attempt (and fail) to load Python 3.1 instead of 3.10.
There was a problem hiding this comment.
tools/gyp changes should be done in https://github.com/nodejs/gyp-next
Thank you.
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Allow python 3.10.0
Fixes: #40294