We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8a50e commit 0623669Copy full SHA for 0623669
.github/workflows/ci.yaml
@@ -41,8 +41,8 @@ env:
41
UV_CACHE_VERSION: 1
42
MYPY_CACHE_VERSION: 1
43
HA_SHORT_VERSION: "2025.12"
44
- DEFAULT_PYTHON: "3.13"
45
- ALL_PYTHON_VERSIONS: "['3.13', '3.14']"
+ DEFAULT_PYTHON: "3.13.9"
+ ALL_PYTHON_VERSIONS: "['3.13.9', '3.14.0']"
46
# 10.3 is the oldest supported version
47
# - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022)
48
# 10.6 is the current long-term-support
0 commit comments