We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0ff66 commit d7ea829Copy full SHA for d7ea829
1 file changed
setup.py
@@ -52,8 +52,10 @@ def run(self):
52
'Programming Language :: Python :: 3.10',
53
'Programming Language :: Python :: 3.11',
54
'Programming Language :: Python :: 3.12',
55
+ 'Programming Language :: Python :: 3.13',
56
'Programming Language :: Python :: Implementation :: CPython',
57
'Programming Language :: Python :: Implementation :: PyPy',
58
+ 'Topic :: Software Development :: Internationalization',
59
'Topic :: Software Development :: Libraries :: Python Modules',
60
],
61
python_requires='>=3.8',
0 commit comments