File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ def run(self):
259
259
(ICU_DATA_PACKAGE_FOLDER , [ICU_DATA_V8_FILE_PATH ]),
260
260
],
261
261
classifiers = [
262
- "Development Status :: 4 - Beta " ,
262
+ "Development Status :: 5 - Production/Stable " ,
263
263
"Environment :: Plugins" ,
264
264
"Intended Audience :: Developers" ,
265
265
"Intended Audience :: System Administrators" ,
@@ -274,10 +274,12 @@ def run(self):
274
274
"Topic :: Utilities" ,
275
275
"Operating System :: POSIX :: Linux" ,
276
276
"Operating System :: MacOS :: MacOS X" ,
277
+ "Operating System :: Microsoft :: Windows" ,
277
278
"Programming Language :: Python :: 3" ,
278
279
"Programming Language :: Python :: 3.9" ,
279
280
"Programming Language :: Python :: 3.10" ,
280
281
"Programming Language :: Python :: 3.11" ,
282
+ "Programming Language :: Python :: 3.12" ,
281
283
],
282
284
long_description_content_type = "text/markdown" ,
283
285
cmdclass = dict (
You can’t perform that action at this time.
0 commit comments