Skip to content

Commit a9bf6ff

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 <[email protected]>
1 parent 50aa490 commit a9bf6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# and:
5151
# https://github.com/casework/CASE-Utilities-Python/blob/main/setup.cfg
5252
python-version:
53-
- '3.9'
53+
- '3.10'
5454
- '3.13'
5555
steps:
5656

0 commit comments

Comments
 (0)