-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-104496: Use correct Tcl or Tk version in Tkinter tests #107688
gh-104496: Use correct Tcl or Tk version in Tkinter tests #107688
Conversation
5c385fb
to
098ead2
Compare
In future Tcl and Tk versions can be desynchronized.
098ead2
to
c1d8f26
Compare
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…onGH-107688) In future Tcl and Tk versions can be desynchronized. (cherry picked from commit 3c8e8f3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-107709 is a backport of this pull request to the 3.12 branch. |
pythonGH-107688) In future Tcl and Tk versions can be desynchronized.. (cherry picked from commit 3c8e8f3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-107719 is a backport of this pull request to the 3.11 branch. |
In future Tcl and Tk versions can be desynchronized.