mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Stop build wheels for python38 (#52309)
This commit is contained in:
parent
aac0180abf
commit
853ca331e4
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user