Skip to content

Commit 6ef8991

Browse files
committed
Bump Python version
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent bf669c5 commit 6ef8991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
python-version:
3232
- '3.9'
33-
- '3.12'
33+
- '3.13'
3434

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

.github/workflows/supply-chain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version:
3131
- '3.9'
32-
- '3.12'
32+
- '3.13'
3333

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

0 commit comments

Comments
 (0)