File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def __init__(
132
132
# CRYPT_DECRYPT_MESSAGE_PARA.dwflags is in an ifdef for some unknown reason
133
133
# See github PR #1444 for more details...
134
134
("CRYPT_DECRYPT_MESSAGE_PARA_HAS_EXTRA_FIELDS" , None ),
135
- # Minimum Windows version supported (Vista)
135
+ # Minimum Windows version supported (Vista / Windows Server 2008 )
136
136
# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
137
137
("_WIN32_WINNT" , hex (0x0600 )),
138
138
("WINVER" , hex (0x0600 )),
@@ -2063,6 +2063,7 @@ def convert_optional_data_files(files):
2063
2063
"Environment :: Win32 (MS Windows)" ,
2064
2064
"Intended Audience :: Developers" ,
2065
2065
"License :: OSI Approved :: Python Software Foundation License" ,
2066
+ "Development Status :: 5 - Production/Stable" ,
2066
2067
"Operating System :: Microsoft :: Windows" ,
2067
2068
"Programming Language :: Python :: 3.8" ,
2068
2069
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments