Fix upgrade-pylib workflow to use Python 3.14 (#7216)

This commit is contained in:
Copilot
2026-02-24 16:22:06 +09:00
committed by Jeong, YunWon
parent 1df878e5d3
commit 9f250a0f6e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -28,7 +28,7 @@ engine: copilot
runtimes:
python:
version: "3.12"
version: "3.14"
tools:
bash: