From 19b21a4a843251084c1aa4b723cfa3e5a6ac2b88 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 4 Jun 2024 23:29:06 -0400 Subject: [PATCH] Remove PyPy 2.7 --- .github/workflows/tests-and-linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 3dd456fc..3eafb7d1 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.7, pypy2.7, pypy3.9] + python-version: [3.7, pypy3.9] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4