From 0149553d7aeb26b22b0ca3c63c18d9683ac87332 Mon Sep 17 00:00:00 2001 From: piotr Date: Sun, 21 Aug 2022 13:44:50 +0200 Subject: add python 3.10 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 14b8986..c9aa2a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [options] packages = find: -- cgit