Skip to content

Commit 07c4cee

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 Nelson <alexander.nelson@nist.gov>
1 parent cc7ff6c commit 07c4cee

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
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
python-version:
3232
- '3.10'
33-
- '3.13'
33+
- '3.14'
3434

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

.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@v5

0 commit comments

Comments
 (0)