Skip to content

Commit daafafa

Browse files
authored
Update Python version to 3.14.7 (#8456)
1 parent 1c7759c commit daafafa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-doc-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
python-version:
99
description: Target python version to generate doc db for
1010
type: string
11-
default: "3.14.3"
11+
default: "3.14.7"
1212
base-ref:
1313
description: Base branch to create the update branch from
1414
type: string

.github/workflows/upgrade-pylib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cache:
5252
- cpython-lib-
5353

5454
env:
55-
PYTHON_VERSION: "v3.14.6"
55+
PYTHON_VERSION: "v3.14.7"
5656
ISSUE_ID: "6839"
5757
---
5858

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.6
1+
3.14.7

0 commit comments

Comments
 (0)