From 9d389a5c111e57d56f9f017f1d13a44bb5bcc781 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 11 Oct 2021 10:44:12 +0300 Subject: [PATCH] python 3.10; --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 45aff2d..c37e43e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: BSD License', 'Development Status :: 5 - Production/Stable' ]