From 672cd48e7b6692c6c4970906ee0cb25eb6bad901 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 15:39:52 -0500 Subject: [PATCH] Update pypy --- .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 c3e222f0..a983d1e6 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: [2.7, 3.5, 3.6, 3.7, pypy2, pypy3] + python-version: [2.7, 3.5, 3.6, 3.7, pypy2.7, pypy3.9] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4