fix(ci): align workflow Python version with requires-python (#10707)

This commit is contained in:
Kyungmin Kim
2026-07-31 17:56:00 +09:00
committed by GitHub
parent 1b47415a2f
commit 3984675dd5

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |