]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
bindings: Add python3.10 support
authorPierre Lebleu <pierre.lebleu@pile-engineering.com>
Tue, 12 Nov 2024 13:57:12 +0000 (14:57 +0100)
committerPierre Lebleu <pierre.lebleu@pile-engineering.com>
Wed, 13 Nov 2024 09:52:08 +0000 (10:52 +0100)
Signed-off-by: Pierre Lebleu <pierre.lebleu@pile-engineering.com>
bindings/python/setup.py

index e7858075c07572ff16f6ba0d0efbf0fd32d294d2..904acf2f59cf34a1f81eea57c6dd7e0c8199862a 100644 (file)
@@ -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'