The CI pipeline is currently failing due to wheel incompatibilities, likely introduced by the upgrade to Python 3.14. Instead of hard-coding or pinning specific MDAnalysis versions, the compatibility matrix should be updated to use latest.
This ensures that CodeEntropy is always tested against the most up-to-date MDAnalysis releases, helping prevent version drift and reducing maintenance overhead.
By switching to latest, we can maintain alignment with current MDAnalysis support and improve long-term CI stability.
Update:
- Intead of using
latest use MDAnalysis 2.10.0 to avoid potential issues discussed below
The CI pipeline is currently failing due to wheel incompatibilities, likely introduced by the upgrade to Python 3.14. Instead of hard-coding or pinning specific MDAnalysis versions, the compatibility matrix should be updated to use
latest.This ensures that CodeEntropy is always tested against the most up-to-date MDAnalysis releases, helping prevent version drift and reducing maintenance overhead.
By switching to
latest, we can maintain alignment with current MDAnalysis support and improve long-term CI stability.Update:
latestuse MDAnalysis2.10.0to avoid potential issues discussed below