This is an automated email from the ASF dual-hosted git repository. alenka pushed a commit to branch AlenkaF-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 2a228c635df4e15563bb39243d4bb953c4d3240e Author: Alenka Frim <[email protected]> AuthorDate: Tue Oct 21 07:57:48 2025 +0200 Add Python 3.14 to install documentation --- docs/source/python/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/python/install.rst b/docs/source/python/install.rst index 12bf5f1eb3..c6f098ee20 100644 --- a/docs/source/python/install.rst +++ b/docs/source/python/install.rst @@ -27,7 +27,7 @@ Linux distributions. We strongly recommend using a 64-bit system. Python Compatibility -------------------- -PyArrow is currently compatible with Python 3.10, 3.11, 3.12 and 3.13. +PyArrow is currently compatible with Python 3.10, 3.11, 3.12, 3.13 and 3.14. Using Conda -----------
