From ead2382b979aa17074d14ba4451ac341399ced26 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" <madsbk@gmail.com> Date: Tue, 11 Apr 2023 10:51:10 +0200 Subject: [PATCH] add "Programming Language :: Python :: 3.10" --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index a07d16d1f9..ca5012b18a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -20,6 +20,7 @@ "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], # Include the separately-compiled shared library extras_require={"test": ["pytest", "pytest-xdist"]},