Skip to content

Commit e482519

Browse files
committed
Start py314 compat
1 parent 5cd681f commit e482519

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Latest release
22

33
env:
44
CACHE_VERSION: 1
5-
DEFAULT_PYTHON: "3.13"
5+
DEFAULT_PYTHON: "3.14"
66

77
on:
88
pull_request:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Latest commit
22

33
env:
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default_language_version:
22
# force all unspecified python hooks to run python3
3-
python: python3.13
3+
python: python3.14
44

55
repos:
66
# Run manually in CI skipping the branch checks

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3940
include = ["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.
4546
jobs = 2

0 commit comments

Comments
 (0)