From 051b89ef0ecdad758ad8e1bcc7467a71f562d5be Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 22 Dec 2023 17:02:47 +0200 Subject: ci: remove pypy3.9 Signed-off-by: Arthur Zamarin --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c767a2..7715044 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.10', '3.11', 'pypy-3.9'] + python-version: ['3.10', '3.11'] experimental: [false] include: - os: ubuntu-latest -- cgit v1.2.3-65-gdbad