Skip to content

Commit 877b5f1

Browse files
committed
Update Python range to >= 3.10, per 3.9 EOL
No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0596/ Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 9fd28ed commit 877b5f1

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version:
32-
- '3.9'
32+
- '3.10'
3333
- '3.13'
3434

3535
steps:

.github/workflows/supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
python-version:
31-
- '3.9'
31+
- '3.10'
3232
- '3.13'
3333

3434
steps:

0 commit comments

Comments
 (0)