Skip to content

Commit 40128b4

Browse files
authored
Update classifiers with development status (#2450)
1 parent 56c5ddc commit 40128b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(
132132
# CRYPT_DECRYPT_MESSAGE_PARA.dwflags is in an ifdef for some unknown reason
133133
# See github PR #1444 for more details...
134134
("CRYPT_DECRYPT_MESSAGE_PARA_HAS_EXTRA_FIELDS", None),
135-
# Minimum Windows version supported (Vista)
135+
# Minimum Windows version supported (Vista / Windows Server 2008)
136136
# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
137137
("_WIN32_WINNT", hex(0x0600)),
138138
("WINVER", hex(0x0600)),
@@ -2063,6 +2063,7 @@ def convert_optional_data_files(files):
20632063
"Environment :: Win32 (MS Windows)",
20642064
"Intended Audience :: Developers",
20652065
"License :: OSI Approved :: Python Software Foundation License",
2066+
"Development Status :: 5 - Production/Stable",
20662067
"Operating System :: Microsoft :: Windows",
20672068
"Programming Language :: Python :: 3.8",
20682069
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)