From c5e37d54a4eee1fa9db3f4dcc705da27b03968d6 Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Tue, 6 Feb 2024 14:26:43 -0600 Subject: [PATCH] upgrade pypy to 3.10 --- .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 046cb1b30d..c988287043 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: needs: [flake8, isort, black, doc8, checkmanifest, typing] strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"] steps: - uses: actions/checkout@v4