From 3cbdb3f977ea451a8d95ed1432aef4f9d2325d0f Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Fri, 29 Sep 2023 22:56:46 +0100 Subject: [PATCH] Use PyPy 2.7 in GitHub Actions since Python 2.7 is gone --- .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 a2619565..77124ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: id: bc interp: BC python-version: pypy2.7 - - name: Basics Python 2.7 - python-version: 2.7 + - name: Basics PyPy 2.7 + python-version: pypy2.7 id: basic - name: Basics Python 3.11 python-version: 3.11