From 375bedf79ab693c0db75fd51e9ce2b87b043201f Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 18 Oct 2021 19:47:18 +0100 Subject: [PATCH] List Python 3.10 as supported in trove classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0b0d33c8..864e92ed 100755 --- a/setup.py +++ b/setup.py @@ -373,6 +373,7 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], options={}, # Requirements, usable with setuptools or the new Python packaging module.