From: Pierre Lebleu Date: Tue, 12 Nov 2024 13:57:12 +0000 (+0100) Subject: bindings: Add python3.10 support X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=855ea51b1c73a50a435fe681dc501ec35c0ed67f;p=thirdparty%2Frrdtool-1.x.git bindings: Add python3.10 support Signed-off-by: Pierre Lebleu --- 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'