From 99e6b23504e8ca775fda9dfa93c4e350211c1b8a Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Wed, 30 Mar 2022 23:59:03 +0200 Subject: [PATCH] Update pypy version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f8bc9e..930fc710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.9'] include: - python-version: '3.6' pytest-args: --ignore=tests/__generated__/test_recursive_postponned.py