From f3d5b69b9a48f7061ab0c1ad0000eb8841a62721 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Mon, 8 Jul 2024 23:32:20 +0200 Subject: [PATCH] tests --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad9cc73..6137864 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: plone: ["52", "60"] tz: ["UTC", "Europe/Rome"] exclude: + - python: "3.8" + plone: "60" - python: "3.9" plone: "52" - python: "3.10"