소스 검색

Update dependency python to 3.13 (#13701)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 달 전
부모
커밋
7d6bf5cb0d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/commands.yml
  2. 1 1
      .github/workflows/issue-template-check.yml

+ 1 - 1
.github/workflows/commands.yml

@@ -46,7 +46,7 @@ jobs:
       - name: install python
         uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
         with:
-          python-version: '3.12'
+          python-version: '3.13'
           cache: 'pip'
       - name: install python packages
         run: pip install -r rename/requirements.txt

+ 1 - 1
.github/workflows/issue-template-check.yml

@@ -16,7 +16,7 @@ jobs:
       - name: install python
         uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
         with:
-          python-version: '3.12'
+          python-version: '3.13'
           cache: 'pip'
       - name: install python packages
         run: pip install -r main-repo-triage/requirements.txt