Skip to content

Commit 945143d

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 Nelsin <alexander.nelson@nist.gov>
1 parent 18b4d2a commit 945143d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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