Skip to content

Update to Python 3.13 #686

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

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Update to Python 3.13 #686

merged 2 commits into from
Nov 24, 2024

Conversation

JohnStrunk
Copy link
Owner

  • Updated devcontainer to 3.13
  • Removed dependency on ttkwidgets since it doesn't support 3.13 and it is currently unmaintained

Note: Python 3.13.0 currently has a bug (python/cpython#125235) wherein tkinter apps fail to start when running in a venv. The fix (python/cpython#125312) is expected in 3.13.1, targeted for the 1st week of Dec. Until then, the workaround is to set the TCL_LIBRARY environment variable to the location of tcl C:\Users\<user>\AppData\Local\Programs\Python\Python313\tcl\tcl8.6.

- Updated devcontainer to 3.13
- Removed dependency on ttkwidgets since it doesn't support 3.13 and it
  is currently unmaintained

Signed-off-by: John Strunk <[email protected]>
@JohnStrunk JohnStrunk marked this pull request as ready for review November 24, 2024 19:31
@mergify mergify bot merged commit f52497d into master Nov 24, 2024
12 checks passed
@mergify mergify bot deleted the python313 branch November 24, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

1 participant