Skip to content

Commit dd14aae

Browse files
committed
ci: replace Python 3.12 with 3.14 to match HA minimum requirement
1 parent 3815ad7 commit dd14aae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.12", "3.13"]
14+
python-version: ["3.13", "3.14"]
1515

1616
steps:
1717
- name: Checkout code
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@v6
6464
with:
65-
python-version: "3.12"
65+
python-version: "3.14"
6666

6767
- name: Install Poetry
6868
uses: snok/install-poetry@v1
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Python
9797
uses: actions/setup-python@v6
9898
with:
99-
python-version: "3.12"
99+
python-version: "3.14"
100100

101101
- name: Install Poetry
102102
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)