mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Remove Python 3.11 from CI (#112626)
This commit is contained in:
parent
19ab3d6daf
commit
aa7acb89c5
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -37,8 +37,8 @@ env:
|
|||||||
PIP_CACHE_VERSION: 4
|
PIP_CACHE_VERSION: 4
|
||||||
MYPY_CACHE_VERSION: 8
|
MYPY_CACHE_VERSION: 8
|
||||||
HA_SHORT_VERSION: "2024.4"
|
HA_SHORT_VERSION: "2024.4"
|
||||||
DEFAULT_PYTHON: "3.11"
|
DEFAULT_PYTHON: "3.12"
|
||||||
ALL_PYTHON_VERSIONS: "['3.11', '3.12']"
|
ALL_PYTHON_VERSIONS: "['3.12']"
|
||||||
# 10.3 is the oldest supported version
|
# 10.3 is the oldest supported version
|
||||||
# - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022)
|
# - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022)
|
||||||
# 10.6 is the current long-term-support
|
# 10.6 is the current long-term-support
|
||||||
|
@ -905,7 +905,7 @@ def _deprecated_or_removed(
|
|||||||
try:
|
try:
|
||||||
near = (
|
near = (
|
||||||
f"near {config.__config_file__}" # type: ignore[attr-defined]
|
f"near {config.__config_file__}" # type: ignore[attr-defined]
|
||||||
f":{config.__line__} "
|
f":{config.__line__} " # type: ignore[attr-defined]
|
||||||
)
|
)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
near = ""
|
near = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user