mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Stop building Python 3.11 wheels (#110727)
This commit is contained in:
parent
53062a81cc
commit
ef9f117baa
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
abi: ["cp311", "cp312"]
|
||||
abi: ["cp312"]
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
abi: ["cp311", "cp312"]
|
||||
abi: ["cp312"]
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user