From fb5d7cc18c764754160ad1f9333ca0079314db95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 14 Feb 2024 19:38:07 +0100 Subject: [PATCH] CI: disable Python 2.7 --- .github/workflows/tests.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bd30f2d8..bbb3c952e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,19 +8,20 @@ jobs: fail-fast: false matrix: include: - - python-version: 2.7 - env: - TOXENV: py27-pinned - - python-version: 2.7 - env: - TOXENV: py27 - - python-version: 2.7 - env: - TOXENV: py27-extra-deps - - python-version: pypy3 - env: - TOXENV: pypy2 - PYPY_VERSION: '2.7-v7.3.5' + # https://github.com/actions/setup-python/issues/672 + # - python-version: 2.7 + # env: + # TOXENV: py27-pinned + # - python-version: 2.7 + # env: + # TOXENV: py27 + # - python-version: 2.7 + # env: + # TOXENV: py27-extra-deps + # - python-version: pypy3 + # env: + # TOXENV: pypy2 + # PYPY_VERSION: '2.7-v7.3.5' - python-version: 3.5 env: TOXENV: py35-pinned