mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Fix upgrade-pylib workflow to use Python 3.14 (#7216)
This commit is contained in:
2
.github/workflows/upgrade-pylib.lock.yml
generated
vendored
2
.github/workflows/upgrade-pylib.lock.yml
generated
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.14'
|
||||
- name: Create gh-aw temp directory
|
||||
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
|
||||
# Cache configuration from frontmatter processed below
|
||||
|
||||
2
.github/workflows/upgrade-pylib.md
vendored
2
.github/workflows/upgrade-pylib.md
vendored
@@ -28,7 +28,7 @@ engine: copilot
|
||||
|
||||
runtimes:
|
||||
python:
|
||||
version: "3.12"
|
||||
version: "3.14"
|
||||
|
||||
tools:
|
||||
bash:
|
||||
|
||||
Reference in New Issue
Block a user