summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'PC/pyconfig.h.in')
-rw-r--r--PC/pyconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/pyconfig.h.in b/PC/pyconfig.h.in
index 503f319..010f5fe 100644
--- a/PC/pyconfig.h.in
+++ b/PC/pyconfig.h.in
@@ -169,9 +169,9 @@ WIN32 is still required for the locale module.
#endif /* MS_WIN64 */
/* set the version macros for the windows headers */
-/* Python 3.9+ requires Windows 8 or greater */
-#define Py_WINVER 0x0602 /* _WIN32_WINNT_WIN8 */
-#define Py_NTDDI NTDDI_WIN8
+/* Python 3.13+ requires Windows 10 or greater */
+#define Py_WINVER 0x0A00 /* _WIN32_WINNT_WIN10 */
+#define Py_NTDDI NTDDI_WIN10
/* We only set these values when building Python - we don't want to force
these values on extensions, as that will affect the prototypes and