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.
This commit is contained in:
link2xt
2026-05-20 04:24:58 +02:00
parent d0696504d1
commit 19d3485758

View File

@@ -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