mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Stop building wheels for 3.12 (#136811)
This commit is contained in:
parent
646e0d4626
commit
fe31dc936c
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -131,7 +131,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
abi: ["cp312", "cp313"]
|
||||
abi: ["cp313"]
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
@ -180,7 +180,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
abi: ["cp312", "cp313"]
|
||||
abi: ["cp313"]
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user