From 8f89807fa2179643f6c5fb4ca3aab3dde7807f9a Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 16 Aug 2023 10:21:03 +0200 Subject: [PATCH] Remove python 3.7 CI so as is no more compatible --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eba08c6..46e527f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - python: ["3.7", "3.8"] + python: [ "3.8"] plone: ["52"] # exclude: # - python: "3.7"