diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index 592b102..f7d6dd2 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.11] + python-version: [3.9, 3.11] os: [ubuntu-latest, windows-latest] name: "Test: Python ${{ matrix.python-version }}, conda, ${{ matrix.os }}" steps: diff --git a/.github/workflows/tests-pip.yml b/.github/workflows/tests-pip.yml index 655e186..7e64fd8 100644 --- a/.github/workflows/tests-pip.yml +++ b/.github/workflows/tests-pip.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.11] + python-version: [3.9, 3.11] os: [ubuntu-latest, windows-latest] name: "Test: Python ${{ matrix.python-version }}, pip, ${{ matrix.os }}" steps: