File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Latest release
22
33env :
44 CACHE_VERSION : 1
5- DEFAULT_PYTHON : " 3.13 "
5+ DEFAULT_PYTHON : " 3.14 "
66
77on :
88 pull_request :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Latest commit
22
33env :
44 CACHE_VERSION : 1
5- DEFAULT_PYTHON : " 3.13 "
5+ DEFAULT_PYTHON : " 3.14 "
66 PRE_COMMIT_HOME : ~/.cache/pre-commit
77 VENV : venv
88
Original file line number Diff line number Diff line change 11default_language_version :
22 # force all unspecified python hooks to run python3
3- python : python3.13
3+ python : python3.14
44
55repos :
66 # Run manually in CI skipping the branch checks
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
1414 " Intended Audience :: Developers" ,
1515 " Operating System :: OS Independent" ,
16+ " Programming Language :: Python :: 3.14" ,
1617 " Programming Language :: Python :: 3.13" ,
1718 " Topic :: Home Automation" ,
1819]
@@ -39,7 +40,7 @@ include-package-data = true
3940include = [" airos*" ]
4041
4142[tool .pylint .MAIN ]
42- py-version = " 3.13 "
43+ py-version = " 3.14 "
4344# Use a conservative default here; 2 should speed up most setups and not hurt
4445# any too bad. Override on command line as appropriate.
4546jobs = 2
You can’t perform that action at this time.
0 commit comments