From 2ca8b875d55e7cf19f4defe556b3f9aeea87b2ab Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 26 Jan 2024 12:10:56 -0500 Subject: [PATCH] Expand Python testing to Python 3.12 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 bf42764..6b6f196 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: # Checkout the repository for processing