From c5a68fb236c8acf3c2e5584d3b645432a06e1c01 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 20 Nov 2023 22:35:15 +0100 Subject: [PATCH] ci: switch to Python 3.12 final Committed via https://github.com/asottile/all-repos --- .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