From cdf20c2f7138e34e31214d62a9d416e58f78c64c Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 12 Jul 2023 12:40:38 +0100 Subject: [PATCH] ci: add Python 3.12 to the CI matrix Committed via https://github.com/asottile/all-repos --- .github/workflows/ci.yml | 2 +- project/.github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ca2aa1e..2af0c2a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - "3.9" - "3.10" - "3.11" - # - "3.12-dev" + - "3.12-dev" os: - ubuntu-latest # - windows-latest diff --git a/project/.github/workflows/ci.yml b/project/.github/workflows/ci.yml index a9cac510..f6a21286 100644 --- a/project/.github/workflows/ci.yml +++ b/project/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - "3.9" - "3.10" - "3.11" - # - "3.12-dev" + - "3.12-dev" os: - ubuntu-latest - windows-latest