diff --git a/setup.py b/setup.py index c8cdb9d0a..93e0bb77f 100755 --- a/setup.py +++ b/setup.py @@ -52,8 +52,10 @@ def run(self): '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',