1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-14 23:28:42 +00:00

Use Python 3.14 as default one (#161426)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Robert Resch
2026-01-28 23:48:27 +01:00
committed by GitHub
parent 7368b9ca1d
commit c875b75272
24 changed files with 42 additions and 48 deletions

View File

@@ -18,11 +18,10 @@ classifiers = [
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Home Automation",
]
requires-python = ">=3.13.2"
requires-python = ">=3.14.2"
dependencies = [
"aiodns==4.0.0",
# Integrations may depend on hassio integration without listing it to
@@ -102,7 +101,7 @@ include-package-data = true
include = ["homeassistant*"]
[tool.pylint.MAIN]
py-version = "3.13"
py-version = "3.14"
# Use a conservative default here; 2 should speed up most setups and not hurt
# any too bad. Override on command line as appropriate.
jobs = 2