From 816494b27e8f22191e18f139d426bf255a21c0cd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 19 Sep 2022 20:57:56 +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 5fec573..9b8e2dd 100755 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], packages=['mimedecode'], entry_points={ -- 2.39.2