From e7c9b7c4ada299c87838b4e91dd187f7f3aff98d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 12 Mar 2024 08:26:40 +0100 Subject: [PATCH] GitHub Actions: Test on current versions of PyPy https://www.pypy.org/download.html https://www.pypy.org/blog --- Also, Python 3.7 and less are end-of-life. Do we need to keep testing them? https://devguide.python.org/versions --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4b03ebd1..11fb3b89 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,8 +14,8 @@ jobs: - "3.10" - "3.11" - "3.12" - - "pypy-3.6" - - "pypy-3.7" + - "pypy-3.9" + - "pypy-3.10" clickhouse-version: - 24.1.5.6 - 23.9.3.12