python -m venv .venv
.\.venv\Scripts\Activate.ps1

python -m maturin develop --release



--------

# 1. Bypass the Python 3.14 version lock check
$env:PYO3_USE_ABI3_FORWARD_COMPATIBILITY="1"

# 2. Build the Native C-Extension
maturin develop --release

# 3. Run the Native PyO3 Illusion Test!
python test_pyo3_native.py