From 334a8a3d1c6912595f88c2a9681e7ad291d4e400 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Thu, 10 Oct 2024 12:18:48 +0900 Subject: [PATCH] ci: Update `CI.yaml` --- .github/workflows/CI.yaml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 40cf71bd..ae4ac4e7 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -104,26 +104,8 @@ jobs: - 1.74.0 # MSRV - stable python-version: - - "3.12" # latest version - include: - - os: ubuntu-22.04 - rust-version: 1.74.0 # MSRV - python-version: "3.8" - - os: ubuntu-22.04 - rust-version: stable - python-version: "3.8" - - os: macos-14 - rust-version: 1.74.0 # MSRV - python-version: "3.10" - - os: macos-14 - rust-version: stable - python-version: "3.10" - - os: windows-2022 - rust-version: 1.74.0 # MSRV - python-version: "3.8" - - os: windows-2022 - rust-version: stable - python-version: "3.8" + - "3.8" + - "3.x" # latest stable version of Python 3 steps: - name: Set Git to use LF if: matrix.os == 'windows-2022' @@ -223,7 +205,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.12" # latest version + python-version: "3.x" # latest stable version of Python 3 cache: "pip" - name: Install dependencies run: pip install "crates/python[dev,test]"