From 9be3f6b5ae3669bd7d27253536a27b8afd6811d3 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 4 Jun 2025 10:44:12 -0400 Subject: [PATCH] Bump latter tested Python version to 3.13 No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0719/ 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 8d6a5bc..4a25b09 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -39,7 +39,7 @@ jobs: matrix: python-version: - '3.9' - - '3.12' + - '3.13' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 9e99db6..c0310dd 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: - '3.9' - - '3.12' + - '3.13' steps: - uses: actions/checkout@v4