mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* Add gh-aw agentic workflow for upgrading Python libraries - upgrade-pylib.md: Claude-based workflow triggered via workflow_dispatch - Runs `scripts/update_lib quick <name>` to sync a library from CPython - Creates a PR with the result, referencing issue #6839