Compare commits

...

1 Commits

Author SHA1 Message Date
link2xt
19d3485758 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.
2026-05-20 04:25:02 +02:00

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