mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Update Home Assistant base image to 2025.02.1 (#138746)
* Update Home Assistant base image to 2025.02.1 * Require Python 3.13.2 now
This commit is contained in:
parent
8e887f550e
commit
b71d5737a5
10
build.yaml
10
build.yaml
@ -1,10 +1,10 @@
|
|||||||
image: ghcr.io/home-assistant/{arch}-homeassistant
|
image: ghcr.io/home-assistant/{arch}-homeassistant
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/home-assistant/aarch64-homeassistant-base:2024.12.0
|
aarch64: ghcr.io/home-assistant/aarch64-homeassistant-base:2025.02.1
|
||||||
armhf: ghcr.io/home-assistant/armhf-homeassistant-base:2024.12.0
|
armhf: ghcr.io/home-assistant/armhf-homeassistant-base:2025.02.1
|
||||||
armv7: ghcr.io/home-assistant/armv7-homeassistant-base:2024.12.0
|
armv7: ghcr.io/home-assistant/armv7-homeassistant-base:2025.02.1
|
||||||
amd64: ghcr.io/home-assistant/amd64-homeassistant-base:2024.12.0
|
amd64: ghcr.io/home-assistant/amd64-homeassistant-base:2025.02.1
|
||||||
i386: ghcr.io/home-assistant/i386-homeassistant-base:2024.12.0
|
i386: ghcr.io/home-assistant/i386-homeassistant-base:2025.02.1
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: notary@home-assistant.io
|
signer: notary@home-assistant.io
|
||||||
base_image: notary@home-assistant.io
|
base_image: notary@home-assistant.io
|
||||||
|
@ -28,8 +28,8 @@ MINOR_VERSION: Final = 3
|
|||||||
PATCH_VERSION: Final = "0.dev0"
|
PATCH_VERSION: Final = "0.dev0"
|
||||||
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
||||||
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
|
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
|
||||||
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 0)
|
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 2)
|
||||||
REQUIRED_NEXT_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 0)
|
REQUIRED_NEXT_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 2)
|
||||||
# Truthy date string triggers showing related deprecation warning messages.
|
# Truthy date string triggers showing related deprecation warning messages.
|
||||||
REQUIRED_NEXT_PYTHON_HA_RELEASE: Final = ""
|
REQUIRED_NEXT_PYTHON_HA_RELEASE: Final = ""
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
"Topic :: Home Automation",
|
"Topic :: Home Automation",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.13.0"
|
requires-python = ">=3.13.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiodns==3.2.0",
|
"aiodns==3.2.0",
|
||||||
# Integrations may depend on hassio integration without listing it to
|
# Integrations may depend on hassio integration without listing it to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user