Jeongwon Kim

Results 2 issues of Jeongwon Kim

This PR fixes `check_compatible()` where some valid abi3 wheels were incorrectly rejected. Changes include: 1. Implemented proper abi3 compatibility Added version comparison logic that respects abi3 forward compatibility rules. This...

**Problem** `check_compatible()` function might lack proper abi3 compatibility logic as a fallback when `is_package_compatible()` returns false. Although `is_package_compatible()` should handle most cases correctly in a properly configured Pyodide environment, there...