This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to branch maint-6.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit bda4a2fe9cccfd719859ea5054068cfeadc1dc20 Author: Terence Honles <[email protected]> AuthorDate: Thu Nov 4 09:32:20 2021 +0100 ARROW-14580: [Python] update trove classifiers to include Python 3.10 Closes #11599 from terencehonles/update-trove-classifiers Authored-by: Terence Honles <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]> --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index f2eb278..c36630e 100755 --- a/python/setup.py +++ b/python/setup.py @@ -623,6 +623,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], license='Apache License, Version 2.0', maintainer='Apache Arrow Developers',
