Skip to content

Commit

Permalink
Update minimum Python version in Koalas for Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 21, 2023
1 parent be7dbe9 commit 9ec19f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9ec19f6

Please sign in to comment.