From d9856d5de5fab01c93686bf13b452023a0cd37c4 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 16 Jun 2022 23:16:06 +0300 Subject: [PATCH] Add Python 3.10 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7e54f60..2f3ea77 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: Apache Software License', ],