소스 검색

Update ci.yaml

Python 3.10
Johannes Gütschow 2 달 전
부모
커밋
50696f65c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -31,7 +31,7 @@ jobs:
       - uses: ./.github/actions/setup
         with:
           os: "ubuntu-latest"
-          python-version: "3.9"
+          python-version: "3.10"
           venv-id: "docs"
           poetry-dependency-install-flags: "--all-extras --only 'main,docs'"
       - name: docs