Skip to content

Commit b29e172

Browse files
committed
Bump Python version
No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0745/ Signed-off-by: Alex Nelsin <[email protected]>
1 parent ffb0f21 commit b29e172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version:
1313
- '3.10'
14-
- '3.13'
14+
- '3.14'
1515

1616
steps:
1717
- name: Checkout Repository

.github/workflows/supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version:
3131
- '3.10'
32-
- '3.13'
32+
- '3.14'
3333

3434
steps:
3535
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)