From 64347d61d124372adb13da9fa69ee02b4f4ae54e Mon Sep 17 00:00:00 2001 From: Philip Date: Tue, 5 Mar 2024 12:32:00 +0000 Subject: [PATCH] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 32251c7..f418500 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python-version: [3.8,3.9,3.10,3.11] + python-version: [3.9,3.10,3.11] steps: - uses: ansys/actions/build-wheelhouse@v5 with: @@ -59,7 +59,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: [3.8,3.9,3.10,3.11] + python-version: [3.9,3.10,3.11] fail-fast: false steps: - uses: ansys/actions/tests-pytest@v5