Skip to content

Commit c6ee798

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 <alexander.nelson@nist.gov>
1 parent 76a52d9 commit c6ee798

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
python-version:
3737
- '3.10'
38-
- '3.13'
38+
- '3.14'
3939

4040
steps:
4141
- uses: actions/checkout@v4

.github/workflows/prerelease.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@v4

.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)