From 4ffd615997aa6483adba6b0ca290a630f60c8093 Mon Sep 17 00:00:00 2001 From: jmoens <37249590+jmoens@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:49:10 -0800 Subject: [PATCH] Update server-install.md Add 3.10 to list of supported python versions --- docs/server-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server-install.md b/docs/server-install.md index 94125737..bf1ec81e 100755 --- a/docs/server-install.md +++ b/docs/server-install.md @@ -17,7 +17,7 @@ These instructions explain how to install and start up TabPy Server. ### Prerequisites -- TabPy only supports Python versions 3.7, 3.8, and 3.9 +- TabPy only supports Python versions 3.7, 3.8, 3.9 and 3.10 - TabPy 2.7.0 added support for data streaming via Apache Arrow Flight (`pyarrow`). When using TabPy >= 2.7.0, we recommend using a Python 64-bit installer to avoid incompatibility issues