From 98d3dee85d6a220b595e60b8952cded865b0ac00 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 4 Feb 2025 16:44:34 +0100 Subject: [PATCH] ci --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6137864..c45107f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,8 +11,10 @@ jobs: strategy: max-parallel: 4 matrix: - python: ["3.8", "3.9", "3.10", "3.11"] - plone: ["52", "60"] + # python: ["3.8", "3.9", "3.10", "3.11"] + # plone: ["52", "60"] + python: ["3.9", "3.10", "3.11"] + plone: ["60"] tz: ["UTC", "Europe/Rome"] exclude: - python: "3.8"