Skip to content

Commit b0eaaf5

Browse files
committed
docs: simplify version table
1 parent 950ee48 commit b0eaaf5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source-pytorch/versioning.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ PyTorch Lightning follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_p
6767
The table below indicates the coverage of tested versions in our CI. Versions outside the ranges may unofficially work in some cases.
6868
Since the release of PyTorch `2.0`, Lightning strives to officially support the latest 5 PyTorch minor releases with no breaking changes within major versions [1]_.
6969

70+
7071
.. note::
71-
In the table below:
72+
Legend used in the table below:
7273

73-
- "≥X.Y" means the minimum supported version.
74-
- "tested up to X.Y" indicates the highest version we routinely verify in CI. This value is informational and not a hard upper bound; newer versions may work but are not yet part of our automated test coverage.
74+
- "≥X.Y" minimum supported version.
75+
- "X.Y" last CI-tested version (informational, not a hard upper bound).
7576

7677
.. list-table::
7778
:header-rows: 1

0 commit comments

Comments
 (0)