-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
build: support up to python 3.13 in android-configure #54529
Conversation
A CI is needed for this to be |
This comment was marked as outdated.
This comment was marked as outdated.
Per the docs,
I'm not sure if triagers are supposed to mark things as |
@RedYetiDev ... if the CI flakes again, please rebase to pick up the recent flaky test additions to parallel.status and try CI again. |
880703b
to
c64f32e
Compare
Rebased :-) |
CI LGTM |
Can this land? |
Commit Queue failed- Loading data for nodejs/node/pull/54529 ✔ Done loading data for nodejs/node/pull/54529 ----------------------------------- PR info ------------------------------------ Title build: support up to python 3.13 in android-configure (#54529) Author Aviv Keller <[email protected]> (@RedYetiDev) Branch RedYetiDev:patch-109 -> nodejs:main Labels build, python, needs-ci, android Commits 1 - build: support up to python 3.13 in android-configure Committers 1 - RedYetiDev <[email protected]> PR-URL: https://github.com/nodejs/node/pull/54529 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54529 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - build: support up to python 3.13 in android-configure ℹ This PR was created on Fri, 23 Aug 2024 21:23:41 GMT ✔ Approvals: 4 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/54529#pullrequestreview-2258704668 ✔ - Mohammed Keyvanzadeh (@VoltrexKeyva): https://github.com/nodejs/node/pull/54529#pullrequestreview-2259300306 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/54529#pullrequestreview-2259333342 ✔ - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/54529#pullrequestreview-2259349667 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-09-18T09:52:04Z: https://ci.nodejs.org/job/node-test-pull-request/62521/ - Querying data for job/node-test-pull-request/62521/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10921686215 |
This needs an approval to land, can someone re-approve? |
PR-URL: #54529 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Landed in 415b82d |
PR-URL: #54529 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
PR-URL: nodejs#54529 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Follow-up #54358
This PR brings the
android-configure
script up-to-speed with theconfigure
script, that is, supporting python 3.12 and 3.13.