Skip to content

Commit 98cf538

Browse files
Update dependency python to v3.14.1
1 parent 3751cfb commit 98cf538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Features to add to the dev container. More info: https://containers.dev/features.
99
"features": {
1010
"ghcr.io/devcontainers/features/python:1": {
11-
"version": "3.13" // python-version
11+
"version": "3.14" // python-version
1212
}
1313
},
1414

.github/workflows/lint-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v6.0.0
1717
with:
18-
python-version: 3.13
18+
python-version: 3.14
1919

2020
- name: Install Arduino dependencies
2121
run: |

0 commit comments

Comments
 (0)