]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Add more classifiers (#1186)
authorTomas R. <tomas.roun8@gmail.com>
Wed, 5 Feb 2025 09:31:58 +0000 (10:31 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2025 09:31:58 +0000 (11:31 +0200)
setup.py

index c8cdb9d0a05fe31134e6676c6235ef46cdbb8021..93e0bb77f495c716a7ab906d9c3e90196cf128ea 100755 (executable)
--- 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',