Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix TK_VERSION
  • Loading branch information
arihant2math authored and youknowone committed Mar 23, 2025
commit 7b9349f2e0adcd5fc961b3ffa06458ea2d5055fe
2 changes: 1 addition & 1 deletion stdlib/src/tkinter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod _tkinter {
use tk::cmd::*;

#[pyattr]
const TK_VERSION: &str = "8.6.12";
const TK_VERSION: &str = "8.6";
#[pyattr]
const TCL_VERSION: &str = "8.6";

Expand Down