From 7e7398a69e5cde127d207b8ab83ced3236376588 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 27 Oct 2023 08:52:56 -0400 Subject: [PATCH] Expand Python testing to Python 3.12 Python 3.12 was released October 2nd. No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0693/#release-schedule 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 a2d9689..61de436 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -37,7 +37,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v3