Skip to content

Commit e31698d

Browse files
committed
Update Trove classifiers
1 parent 43a7a71 commit e31698d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def run(self):
259259
(ICU_DATA_PACKAGE_FOLDER, [ICU_DATA_V8_FILE_PATH]),
260260
],
261261
classifiers=[
262-
"Development Status :: 4 - Beta",
262+
"Development Status :: 5 - Production/Stable",
263263
"Environment :: Plugins",
264264
"Intended Audience :: Developers",
265265
"Intended Audience :: System Administrators",
@@ -274,10 +274,12 @@ def run(self):
274274
"Topic :: Utilities",
275275
"Operating System :: POSIX :: Linux",
276276
"Operating System :: MacOS :: MacOS X",
277+
"Operating System :: Microsoft :: Windows",
277278
"Programming Language :: Python :: 3",
278279
"Programming Language :: Python :: 3.9",
279280
"Programming Language :: Python :: 3.10",
280281
"Programming Language :: Python :: 3.11",
282+
"Programming Language :: Python :: 3.12",
281283
],
282284
long_description_content_type="text/markdown",
283285
cmdclass=dict(

0 commit comments

Comments
 (0)