From c226339dad86ae6c92e290fc7840b303bb6466c8 Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Fri, 24 Feb 2023 15:13:28 +0100 Subject: [PATCH] Testing a thing --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4397d5..96abe5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -# Generated from: + # Generated from: # https://github.com/zopefoundation/meta/tree/master/config/pure-python name: tests @@ -19,7 +19,6 @@ jobs: os: - ["ubuntu", "ubuntu-20.04"] config: - # [Python version, tox env] - ["3.9", "lint"] - ["3.7", "py37"] - ["3.8", "py38"]