From: Aarni Koskela Date: Mon, 31 Oct 2022 09:56:57 +0000 (+0200) Subject: Setup: mark as compatible with Python 3.11 X-Git-Tag: v2.11.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52b83d3630c50944e84d066808b7ec2b0a259e4d;p=thirdparty%2Fbabel.git Setup: mark as compatible with Python 3.11 --- diff --git a/setup.py b/setup.py index 5cde8022..6744277a 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules',