File README.md of Package mingw-python-pydantic-core
# Install rustup curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Add x86_64-pc-windows-gnu target rustup target add x86_64-pc-windows-gnu # Install maturin sudo dnf --enablerepo vortex-2025-12 install vortex-2025-12-maturin # PATH for mingw tools export PATH=/vortex/2025-12/x86_64-redhat-linux/bin:$PATH # Build windows wheel /vortex/2025-12/x86_64-redhat-linux/bin/maturin build --target x86_64-pc-windows-gnu --interpreter python3.11