summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/_tkinter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 62bcff4..d0d29ea 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -76,8 +76,8 @@ Copyright (C) 1994 Steen Lumholt.
#define CONST
#endif
-#if TK_VERSION_HEX < 0x08020002
-#error "Tk older than 8.2 not supported"
+#if TK_VERSION_HEX < 0x08030102
+#error "Tk older than 8.3.1 not supported"
#endif
/* Unicode conversion assumes that Tcl_UniChar is two bytes.