Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): resolve Python version and source directory issues
This commit addresses two build configuration issues: - Remove incorrect python-source setting from pyproject.toml - Add explicit Python interpreter selection in maturin build - Update pip installation commands for better compatibility - Add architecture specification for Python setup These changes ensure that: 1. Maturin correctly identifies the Python package structure 2. Build process uses the intended Python version 3. Dependencies are properly installed in the build environment
- Loading branch information