Skip to content

Commit d0d029c

Browse files
Update python to v3.14.6 (#11063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 876962e commit d0d029c

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": {
99
"ghcr.io/devcontainers/features/python:1": {
1010
"installTools": true,
11-
"version": "3.13"
11+
"version": "3.14"
1212
}
1313
},
1414
"customizations": {

.github/workflows/build_windows_bin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Python
5151
uses: actions/setup-python@v6
5252
with:
53-
python-version: "3.13"
53+
python-version: "3.14"
5454

5555
# framework-portduino calls argp_parse(); MSYS2 packages argp only for the
5656
# msys runtime, which cannot link into a native binary. No install() rules.

0 commit comments

Comments
 (0)