From 19d3485758d1a93f35864f8b2a61a54c788cfdd1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 20 May 2026 04:24:58 +0200 Subject: [PATCH] ci: run legacy Python tests only on CPython and Linux macOS runners are slow and for PyPy users should switch to JSON-RPC bindings. We are only running legacy Python tests to test the Rust code behaivor and CFFI, but not the Python bindings, so testing one implementation is enough. --- .github/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c17503b9..3f56fcd85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,17 +281,9 @@ jobs: fail-fast: false matrix: include: - # Currently used Rust version. + # Currently used Python version. - os: ubuntu-latest - python: 3.14 - - os: macos-latest - python: 3.14 - - # PyPy tests - - os: ubuntu-latest - python: pypy3.10 - - os: macos-latest - python: pypy3.10 + python: "3.14" # Minimum Supported Python Version = 3.10 # This is the minimum version for which manylinux Python wheels are