Skip to content

Commit f7a6d64

Browse files
committed
Update Python range to >= 3.9, per 3.8 EOL
No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0569/ Signed-off-by: Alex Nelson <[email protected]>
1 parent ba39adc commit f7a6d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
python-version:
39-
- '3.8'
39+
- '3.9'
4040
- '3.12'
4141

4242
steps:

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version:
32-
- '3.8'
32+
- '3.9'
3333
- '3.12'
3434

3535
steps:

0 commit comments

Comments
 (0)