From 1b7aab6a87e0ca788dea894aef87dd8b9d2a3c75 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 23 Jul 2023 06:55:43 +0900 Subject: [PATCH] Add: Cython 3 fails test --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index 5625d50..8582263 100644 --- a/contributing.md +++ b/contributing.md @@ -16,6 +16,7 @@ There is continuous integration setup for `cbindgen` using [GitHub Actions](http In addition to a C/C++ compiler `cargo test` requires Python and Cython (`python -m pip install Cython`) for checking Cython bindings generated from tests (`.pyx` files). +Note that the tests will be failed with Cython 3.x or later. Please run `cargo test` before filing a pull request to be sure that all tests pass. This will also update the test expectations.