diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0187b5da..b90da38d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,11 +120,11 @@ jobs: strategy: fail-fast: false matrix: - python: ["2.7", "3.4"] + python: ["2.7", "3.5"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - # if: matrix.python != '2.7' + if: matrix.python != '2.7' name: Install Python ${{ matrix.python }} with: python-version: ${{ matrix.python }}