From faa50aac9b5f9e189e5b4f9e0adf80523d5c48aa Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 20 Nov 2023 22:48:17 +0100 Subject: [PATCH] ci: switch to Python 3.12 final (#948) --- .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 efb54dd2..1135757b 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