Mojo
Mojo copied to clipboard
Update Mojo version requirement to 25.1
This PR updates the Mojo version requirement from max = ">=24.5.0,<25" to max = "~=25.1" to support the latest features and improvements in Mojo 25.1.
Changes
- Updated version constraint in the project configuration
- Ensures compatibility with Mojo 25.1.x while maintaining backward compatibility
Testing
- Verified that existing algorithms compile and run correctly with Mojo 25.1
- Tested on macOS 15.3.2 (24D81)