You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@
34
34
-[Building Binaries / Promotion to Stable](#building-binaries--promotion-to-stable)
35
35
-[Hardware / Software Support in Binary Build Matrix](#hardware--software-support-in-binary-build-matrix)
36
36
-[Python](#python)
37
-
-[TL;DR](#tldr)
38
37
-[Accelerator Software](#accelerator-software)
39
38
-[Special support cases](#special-support-cases)
40
39
-[Operating Systems](#operating-systems)
@@ -412,12 +411,13 @@ PyTorch has a support matrix across a couple of different axis. This section sho
412
411
413
412
## Python
414
413
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/
416
415
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.
418
419
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.
0 commit comments