From 0552cad8a17dbcc0a4230ede1a801c19d0946a1b Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 5 Apr 2023 15:36:49 -0400 Subject: [PATCH] chore: Fix pypy tests --- .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 d2129720b..6612efe55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7'] + python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8'] steps: - uses: actions/checkout@v3