From 411f2aced9ef6ff3b85ed60e53b3a52cc5861b51 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 11 Sep 2023 13:31:41 -0500 Subject: [PATCH] chore: bump cpython to 3.12rc2 in the CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff79b70b0..d49d30e6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12.0-rc.1" + - "3.12.0-rc.2" - "pypy-3.7" os: - ubuntu-latest