build: drop support for python 3.8#55239
Conversation
|
Let's wait for Python 3.13's official release before we merge this. SEPARATE ISSUE: How does our dependabot config not flag that we are doing some testing on Node.js 12? |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Happy Sunday :-). Monday is just a few hours away, so I've unblocked this PR, when you get a chance, a review would be appreciated |
|
@nodejs/build there are at least 3 jobs which are using Python 3.8 (smartos, rhel8, ubi81_sharedlibs_openssl111fips_x64) and failing with this PR, what would be the way forward? |
I can get the arm64 RHEL 8 and ubi81_sharedlibs_openssl111fips_x64 updated to use later Python versions. |
Update the version of Python used in the UBI 8/RHEL 8 container images from Python 3.8 to 3.12. Refs: nodejs/node#55239 (comment)
|
UBI/RHEL 8 has been updated, now we just need to wait for SmartOS |
|
Is there any ETA on upping the SmartOS python? |
|
I do not see a need to wait for SmartOS to catch up. Their |
|
@nodejs/releasers I've added
dont-land-on-v22.x
|
|
Landed in e55b02b |
PR-URL: nodejs#55239 Reviewed-By: Christian Clauss <[email protected]>
Originally posted by @cclauss in #54358 (comment)