Skip to content

Commit 0cd3c73

Browse files
authored
MINOR: [Docs] Add Python 3.14 to install documentation (#47878)
### Rationale for this change I have noticed I forgot to add support for Python 3.14 to the install docs. The support for Python 3.14 has been added in this PR: #47616. ### What changes are included in this PR? Minor documentation change in Python Compatibility section. ### Are these changes tested? No, no need. ### Are there any user-facing changes? No. Authored-by: Alenka Frim <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent b081210 commit 0cd3c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/python/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Linux distributions. We strongly recommend using a 64-bit system.
2727
Python Compatibility
2828
--------------------
2929

30-
PyArrow is currently compatible with Python 3.10, 3.11, 3.12 and 3.13.
30+
PyArrow is currently compatible with Python 3.10, 3.11, 3.12, 3.13 and 3.14.
3131

3232
Using Conda
3333
-----------

0 commit comments

Comments
 (0)