Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At least 1 test fails trying to build cryptography with: ``` ... pip: cargo:rerun-if-env-changed=PYO3_CROSS pip: cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR pip: cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION pip: cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION pip: cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG pip: pip: --- stderr pip: error: the configured PyPy interpreter version (3.11) is newer than PyO3's maximum supported version (3.10) pip: = help: please check if an updated version of PyO3 is available. Current version: 0.23.2 ... ``` See: https://github.com/PyO3/pyo3/issues/4689x
- Loading branch information