Add: Cython 3 fails test

This commit is contained in:
sevenc-nanashi
2023-07-23 06:55:43 +09:00
committed by Emilio Cobos Álvarez
parent 85bed13893
commit 1b7aab6a87
+1
View File
@@ -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.