From 241a83195290654a5d81e80d469f89301f86915b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 24 Jul 2026 16:12:02 -0400 Subject: [PATCH] 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/cicd.yml | 2 +- .github/workflows/prerelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2858473..3ba3e5a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -39,7 +39,7 @@ jobs: matrix: python-version: - '3.10' - - '3.13' + - '3.14' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index a2ab631..47758f5 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: - '3.10' - - '3.13' + - '3.14' steps: - uses: actions/checkout@v4