From 44708faee5b04ee752c30fbd90197bc9a9315dbe Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 19 Sep 2022 20:58:04 +0300 Subject: [PATCH] Build(setup.py): Python 3.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 64887ff..e9a67a8 100755 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], packages=['ppu'], scripts=[ -- 2.39.2