From 855ea51b1c73a50a435fe681dc501ec35c0ed67f Mon Sep 17 00:00:00 2001 From: Pierre Lebleu Date: Tue, 12 Nov 2024 14:57:12 +0100 Subject: [PATCH] bindings: Add python3.10 support Signed-off-by: Pierre Lebleu --- bindings/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index e7858075..904acf2f 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -41,6 +41,7 @@ def main(): 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.10', ], ext_modules=[module], test_suite='tests' -- 2.47.2