Skip to content

Commit 5106843

Browse files
committed
feat: update to python 3.14
1 parent c3438bf commit 5106843

5 files changed

Lines changed: 351 additions & 311 deletions

File tree

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup python
3939
uses: actions/setup-python@v6
4040
with:
41-
python-version: "3.13.x"
41+
python-version: "3.14.x"
4242
cache: "poetry"
4343

4444
- name: Run python build

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: "3.13.x"
20+
python-version: "3.14.x"
2121
cache: "pip"
2222

2323
- name: Run linter
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup python
4141
uses: actions/setup-python@v6
4242
with:
43-
python-version: "3.13.x"
43+
python-version: "3.14.x"
4444
cache: "poetry"
4545

4646
- name: Run python tests

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.7-slim-trixie@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689 AS base
1+
FROM python:3.14.0-slim-trixie@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e AS base
22

33
# github metadata
44
LABEL org.opencontainers.image.source=https://github.com/paullockaby/enphase-proxy

0 commit comments

Comments
 (0)