From 39bfaae2eb4aab7f9a53a1e69c45331487696cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Mon, 15 Feb 2021 21:22:26 +0100 Subject: [PATCH] Stop running tests for non-supported versions. --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a392b84..7bd50dd0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,8 +8,6 @@ jobs: strategy: matrix: python-version: - - 2.7 - - 3.5 - 3.6 - 3.7 - 3.8