You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/11/04 21:34:01 UTC

[arrow] 13/18: ARROW-14580: [Python] update trove classifiers to include Python 3.10

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 <te...@honles.com>
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 <te...@honles.com>
    Signed-off-by: Joris Van den Bossche <jo...@gmail.com>
---
 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',