Skip to content

Commit 2820e1d

Browse files
albanDpytorchmergebot
authored andcommitted
1 parent 1614891 commit 2820e1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
- [Building Binaries / Promotion to Stable](#building-binaries--promotion-to-stable)
3535
- [Hardware / Software Support in Binary Build Matrix](#hardware--software-support-in-binary-build-matrix)
3636
- [Python](#python)
37-
- [TL;DR](#tldr)
3837
- [Accelerator Software](#accelerator-software)
3938
- [Special support cases](#special-support-cases)
4039
- [Operating Systems](#operating-systems)
@@ -412,12 +411,13 @@ PyTorch has a support matrix across a couple of different axis. This section sho
412411

413412
## Python
414413

415-
For versions of Python that we support we follow the [NEP 29 policy](https://numpy.org/neps/nep-0029-deprecation_policy.html), which was originally drafted by numpy.
414+
PyTorch supports all minor versions of CPython that are not EOL: https://devguide.python.org/versions/
416415

417-
### TL;DR
416+
For each minor release independently, we only support patch releases as follows:
417+
- If the latest patch release is a bugfix release, we only support this one.
418+
- Otherwise, we support all the non-bugfix patch releases.
418419

419-
* All minor versions of Python released 42 months prior to the project, and at minimum the two latest minor versions.
420-
* All minor versions of numpy released in the 24 months prior to the project, and at minimum the last three minor versions.
420+
See https://github.com/pytorch/rfcs/blob/master/RFC-0038-cpython-support.md for details on the rules and process for upgrade and sunset of each version.
421421

422422
## Accelerator Software
423423

0 commit comments

Comments
 (0)