From 5bef80bc49d8c0ae210c6aca3c5f09b1d2f2412d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 10 May 2021 15:56:57 +0100 Subject: [PATCH] Document Python 3.9 support Missed in #8386. --- 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 60e81a1ab35..3c23d8a0f5b 100644 --- a/docs/source/python/install.rst +++ b/docs/source/python/install.rst @@ -28,7 +28,7 @@ using a 64-bit system. Python Compatibility -------------------- -PyArrow is currently compatible with Python 3.6, 3.7 and 3.8. +PyArrow is currently compatible with Python 3.6, 3.7, 3.8, and 3.9. Using Conda -----------