Mojo icon indicating copy to clipboard operation
Mojo copied to clipboard

Update Mojo version requirement to 25.1

Open aidnyu opened this issue 7 months ago • 0 comments

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)

aidnyu avatar Mar 15 '25 05:03 aidnyu