From a9bf6ffb3c99c52b785729b7e31f3277e2b67644 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 13 Nov 2025 18:09:52 -0500 Subject: [PATCH 1/2] 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a1c7c8..d1a9202 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: # and: # https://github.com/casework/CASE-Utilities-Python/blob/main/setup.cfg python-version: - - '3.9' + - '3.10' - '3.13' steps: From 1f99f718f7ee74049803006e1a1b0da1d0cae174 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 13 Nov 2025 18:10:51 -0500 Subject: [PATCH 2/2] Bump Python version No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0745/ Signed-off-by: Alex Nelson --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1a9202..4a134d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: # https://github.com/casework/CASE-Utilities-Python/blob/main/setup.cfg python-version: - '3.10' - - '3.13' + - '3.14' steps: # Get the code from the repository