commit | 1e7ac3097a7592f78af3a4e60cfa7a56530adb5c | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Dec 22 11:00:22 2022 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Dec 22 11:00:22 2022 +0100 |
tree | ce2bdf2773c4daec398943984b89705f2e3530a8 | |
parent | 49ef0123523b2bc8b35251261d5699e2755d1a44 [diff] [blame] |
Advertize and test Python 3.11 support Change-Id: Ic1d5aaaf8043e4c1c732b37410a88e5b22e54b44
diff --git a/setup.py b/setup.py index 23a9c21..1a29442 100644 --- a/setup.py +++ b/setup.py
@@ -20,6 +20,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Intended Audience :: Developers',