TIL: When does PyTorch upgrade Python versions

· December 5, 2024

The policy is in the RELEASE documentation:

PyTorch supports all minor versions of CPython that are not EOL: https://devguide.python.org/versions/

This is a little more consistent than how it was handled in the past, with annual upgrades and deprecations to match the cpython release schedule.