From 9ec19f6ba8ebeebee685482be0c3c5871c2e1479 Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Thu, 21 Sep 2023 09:04:07 +0900 Subject: [PATCH] Update minimum Python version in Koalas for Binder --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98c0bbb08..b2f590af4 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ 'plotly': ['plotly>=4.8'], 'matplotlib': ['matplotlib>=3.0.0,<3.3.0'], }, - python_requires='>=3.5,<3.10', + python_requires='>=3.5,<3.11', install_requires=[ 'pandas>=0.23.2', 'pyarrow>=0.10',