You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check \`scripts/update_lib\` for tools. As a note, the current latest Python version is \`${{ env.PYTHON_VERSION }}\`.
65
+
Check \`scripts/update_lib\` for tools. As a note, the current latest Python version is \`${{ steps.cpython-version.outputs.version }}\`.
60
66
61
67
Previous versions' issues as reference
62
68
- 3.13: #5529
63
69
64
70
<!--
65
71
Quick guideline for Copilot:
66
-
# Clone \`github.com/python/cpython\` \`${{ env.PYTHON_VERSION }}\` tag under RustPython working dir with depth 1 option; never 3.14.0 or 3.14.1 or 3.14.2
72
+
# Clone \`github.com/python/cpython\` \`${{ steps.cpython-version.outputs.version }}\` tag under RustPython working dir with depth 1 option; never 3.14.0 or 3.14.1 or 3.14.2
67
73
# Pick a library or test to update. Probably user give one.
68
74
# Run \`python3 scripts/update_lib quick <name>\`
69
75
# A commit is automatically created. push the commit.
0 commit comments