From e0d2b8e7502b16d09bcba5d386c92c0b802fadcc Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Mon, 14 Mar 2022 16:58:24 +0100 Subject: [PATCH] Added Python 3.10 as trove classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 379bb23..4cdd6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Intended Audience :: Developers", "Typing :: Typed", "License :: OSI Approved :: MIT License"