diff --git a/.github/workflows/merlin.yml b/.github/workflows/merlin.yml index e716b14f9..0a91eec6d 100644 --- a/.github/workflows/merlin.yml +++ b/.github/workflows/merlin.yml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] #TODO: Remove Python 3.7 support + python-version: ["3.8", "3.9", "3.10"] env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }} steps: @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] #TODO: Remove Python 3.7 support + python-version: ["3.8", "3.9", "3.10"] env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }} steps: @@ -263,7 +263,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["37", "38", "39", "310"] + python-version: ["38", "39", "310"] needs: - create-version steps: @@ -284,7 +284,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["37", "38", "39", "310"] + python-version: ["38", "39", "310"] needs: - create-version steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a43ceb164..a0b6219bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["37", "38", "39", "310"] + python-version: ["38", "39", "310"] steps: - name: Log in to the Container registry uses: docker/login-action@v1 @@ -132,7 +132,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["37", "38", "39", "310"] + python-version: ["38", "39", "310"] steps: - name: Log in to the Container registry uses: docker/login-action@v1