From fd7d0adecc353223716921a9d91134d5dee3a29d Mon Sep 17 00:00:00 2001 From: chaoming Date: Sat, 14 Oct 2023 16:08:15 +0800 Subject: [PATCH] [CI] remove python3.8 --- .github/workflows/CI-models.yml | 4 ++-- .github/workflows/CI.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI-models.yml b/.github/workflows/CI-models.yml index 523c5c2a7..b07008e78 100644 --- a/.github/workflows/CI-models.yml +++ b/.github/workflows/CI-models.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11"] + python-version: [ "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: [ "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8f81ae5a5..1ccb482a5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11"] + python-version: [ "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 @@ -90,7 +90,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4