Backport to EPEL10.0 (use PyO3 0.23)

This commit is contained in:
Benjamin A. Beasley 2025-05-04 23:10:07 -04:00
commit 00001b024f

View file

@ -118,6 +118,10 @@ do
fi
done
# EPEL10.0: SemVer-incompatible PyO3 0.24 blocked by policy, so use 0.23.
tomcli set Cargo.toml str dependencies.pyo3.version '^0.23'
tomcli set Cargo.toml str build-dependencies.pyo3-build-config '^0.23'
%cargo_prep