diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a1c7c8..4a134d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,8 @@ jobs: # and: # https://github.com/casework/CASE-Utilities-Python/blob/main/setup.cfg python-version: - - '3.9' - - '3.13' + - '3.10' + - '3.14' steps: # Get the code from the repository