From bd955ec3a6acf634cc5ebf56fc8da7f8d4a74280 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 20 Nov 2023 22:47:29 +0100 Subject: [PATCH] ci: switch to Python 3.12 final (#877) --- .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 9d85b1de3..a6c0d6607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12-dev" + - "3.12" os: - ubuntu-latest - windows-latest