Skip to content

Commit 1f61da6

Browse files
committed
Expand tested Pythons
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent 5f53513 commit 1f61da6

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.11'
33+
- '3.12'
3434

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

.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.11'
32+
- '3.12'
3333

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

0 commit comments

Comments
 (0)