Skip to content

Commit 9f24918

Browse files
DOC: GH27557 Updates Python support documentation to match NumPy NEP 29 (#46883)
1 parent 94280f0 commit 9f24918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/policies.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pandas may change the behavior of experimental features at any time.
5151
Python support
5252
~~~~~~~~~~~~~~
5353

54-
pandas will only drop support for specific Python versions (e.g. 3.6.x, 3.7.x) in
55-
pandas **major** or **minor** releases.
54+
pandas mirrors the `NumPy guidelines for Python support <https://numpy.org/neps/nep-0029-deprecation_policy.html#implementation>`__.
55+
5656

5757
.. _SemVer: https://semver.org

0 commit comments

Comments
 (0)