mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 16:56:30 +03:00
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:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user