From 4084c41261840e422fb9af750aace7d721e31cbe Mon Sep 17 00:00:00 2001 From: Tom Gustafsson Date: Tue, 15 Mar 2022 23:17:24 +0200 Subject: [PATCH] Explicit Python 3.10 support --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 38c63eb34..0789aa7aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Scientific/Engineering Topic :: Utilities