From be406978a1d9aa9e1d15d5c61bea7965c502d029 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 30 Aug 2023 07:30:10 +0100 Subject: [PATCH] Revert "Add Python2.7 as installed by default" This reverts commit eac2ea37e0fe9f352445c86b08ade4e296850902. --- .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 04b86c4c..d667e1dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: # see for version: https://github.com/raw/actions/python-versions/main/versions-manifest.json # see for runners: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources # If you change this, maybe you need to change the coverage version. - - ["2.7", "py27", "ubuntu-22.04"] +# - ["2.7", "py27", "ubuntu-22.04"] - ["pypy2.7", "pypy", "ubuntu-22.04"] - ["3.4.10", "py34", "ubuntu-18.04"] - ["3.5.10", "py35", "ubuntu-20.04"] @@ -33,7 +33,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python - if: matrix.config[0] != '2.7' uses: actions/setup-python@v4 with: python-version: ${{ matrix.config[0] }}