Skip to content

Commit 55e7c22

Browse files
committed
Update Python to 3.14
1 parent 464e6d1 commit 55e7c22

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ updates:
1212
directory: "/"
1313
schedule:
1414
interval: "daily"
15+
ignore:
16+
- dependency-name: "grpcio-tools"

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Base image
4-
# !! espressif32 platform does not yet support python 3.14
5-
FROM python:3.13-trixie AS base
4+
FROM python:3.14-trixie AS base
65
ENV PIP_ROOT_USER_ACTION=ignore
76
ENV DEBIAN_FRONTEND=noninteractive
87

0 commit comments

Comments
 (0)