What
We currently run CI against PyTorch 2.5, 2.6, 2.7, and 2.8.
Since PyTorch 2.9 has now been released, we should extend our CI matrix to include 2.9 to ensure forward compatibility and catch regressions early.
This is especially important because our project depends on PyTorch internals, which tend to change across minor releases.