From 60fd2fb7c338a38cbca781b0794d9b44592ad2ec Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Tue, 5 Sep 2023 16:32:50 +0200 Subject: [PATCH] Add pypy-2.7 into the tested Python versions This seems to be the only way to test Python 2.7. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 20a5836..1b8f065 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-10.15, windows-2019] - python-version: [3.8, 3.11, pypy-3.8] + python-version: [3.8, 3.11, pypy-2.7, pypy-3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}