From 853ca331e40ebdf852fa6f291d25915d631230ff Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 29 Jun 2021 20:33:38 +0200 Subject: [PATCH] Stop build wheels for python38 (#52309) --- .github/workflows/wheels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1e12c8a1dff..8e97c61194b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -65,7 +65,6 @@ jobs: matrix: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: - - "3.8-alpine3.12" - "3.9-alpine3.13" steps: - name: Checkout the repository @@ -106,7 +105,6 @@ jobs: matrix: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: - - "3.8-alpine3.12" - "3.9-alpine3.13" steps: - name: Checkout the repository