From d1c3213282bcc07801a8431c0f7d6ac7ec8308fe Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 6 Feb 2025 11:18:03 -0500 Subject: [PATCH] Bump Python version Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 89a0552..0fc75ef 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: - '3.9' - - '3.12' + - '3.13' steps: # Checkout the repository for processing