From 1d7bb96e4cf62d1f253d6e014808f48ced2d9c4e Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 4 Jun 2024 23:41:51 -0400 Subject: [PATCH] Remove pypy 3.9 --- .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 3eafb7d1..86f7358f 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: [3.7, pypy3.9] + python-version: [3.7] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4