diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 2fda6913bc5..b522fd27289 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] os: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }} @@ -120,7 +120,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] os: [ubuntu-20.04, ubuntu-latest] continue-on-error: true @@ -221,7 +221,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] continue-on-error: true @@ -353,7 +353,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] os: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }}