소스 검색

Upgrade python in release.yml: 3.7 -> 3.9

Kentaro Wada 11 달 전
부모
커밋
5a1ed9f209
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/release.yml

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

@@ -78,7 +78,7 @@ jobs:
     - uses: conda-incubator/setup-miniconda@v3
       with:
         auto-update-conda: true
-        python-version: '3.7'
+        python-version: '3.9'
 
     - name: Install main
       shell: bash -l {0}