From: Tomas R. Date: Wed, 5 Feb 2025 09:31:58 +0000 (+0100) Subject: Add more classifiers (#1186) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ea8298a56ecd532f12cbb69d90e585ad9e5d74;p=thirdparty%2Fbabel.git Add more classifiers (#1186) --- diff --git a/setup.py b/setup.py index c8cdb9d0..93e0bb77 100755 --- a/setup.py +++ b/setup.py @@ -52,8 +52,10 @@ setup( 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', + 'Topic :: Software Development :: Internationalization', 'Topic :: Software Development :: Libraries :: Python Modules', ], python_requires='>=3.8',