From febb6dc04b247e1193f3149c21e3dee4cf16b50f Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 25 Nov 2023 15:00:56 +0000 Subject: [PATCH] Comment out not-working 2.7 build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dd8db2..80cb14f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: include: - - python-version: 2.7 - toxenv: py27 + # - python-version: 2.7 + # toxenv: py27 - python-version: 3.5 toxenv: py35 - python-version: 3.6