Stop build wheels for python38 (#52309)

This commit is contained in:
Pascal Vizeli
2021-06-29 20:33:38 +02:00
committed by GitHub
parent aac0180abf
commit 853ca331e4

View File

@@ -65,7 +65,6 @@ jobs:
matrix: matrix:
arch: ${{ fromJson(needs.init.outputs.architectures) }} arch: ${{ fromJson(needs.init.outputs.architectures) }}
tag: tag:
- "3.8-alpine3.12"
- "3.9-alpine3.13" - "3.9-alpine3.13"
steps: steps:
- name: Checkout the repository - name: Checkout the repository
@@ -106,7 +105,6 @@ jobs:
matrix: matrix:
arch: ${{ fromJson(needs.init.outputs.architectures) }} arch: ${{ fromJson(needs.init.outputs.architectures) }}
tag: tag:
- "3.8-alpine3.12"
- "3.9-alpine3.13" - "3.9-alpine3.13"
steps: steps:
- name: Checkout the repository - name: Checkout the repository