From 29c45e8f9cc05d73740ee7e029934a4618f3206a Mon Sep 17 00:00:00 2001 From: Yusuke Oda Date: Wed, 15 Nov 2023 14:39:18 +0900 Subject: [PATCH 1/2] Rollback Python version of CIs to 3.11 (#191) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f655ee3..8314796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -62,7 +62,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -76,7 +76,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - name: Install dependencies run: | python -m pip install --upgrade pip From 4a0eaf4c1f217f6b71e3023a443dcb5d40340234 Mon Sep 17 00:00:00 2001 From: Yusuke Oda Date: Wed, 15 Nov 2023 14:39:38 +0900 Subject: [PATCH 2/2] Rollback Python version of CIs to 3.11 (#191)