From 25a0a0737f691f2ab55a605e679fcbdd1e34efd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Fri, 13 Dec 2024 16:43:24 -0300 Subject: [PATCH] Ignore 3.12 for now --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9965cdb..1b4c148 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,6 +43,8 @@ jobs: python: "3.10" - plone: "6.1-latest" python: "3.11" + - plone: "6.1-latest" + python: "3.12" steps: - uses: actions/checkout@v4