From 803be48184e0a21a0c51a3e197d523a598d20d79 Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 16 Aug 2021 16:26:08 +0200 Subject: [PATCH] chore: add trove classifier for Python 3.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a22a886b..20259508 100644 --- a/setup.py +++ b/setup.py @@ -272,6 +272,7 @@ def run(self): "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], # Supported python versions python_requires=">=3.6",