From 95057ff1aed9e84d49cd8fcb33db1e4da76baa4c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 19 Aug 2021 20:58:57 -0400 Subject: [PATCH] Add 3.10 to PyPI classifiers. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c72e13623c2d..122456a6a983 100644 --- a/setup.py +++ b/setup.py @@ -304,6 +304,7 @@ def make_release_tree(self, base_dir, files): 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Scientific/Engineering :: Visualization', ],