-
-
Notifications
You must be signed in to change notification settings - Fork 799
Add support for Python 3.13 on Windows #2889
Copy link
Copy link
Closed
Labels
bugA crash or error in behavior.A crash or error in behavior.dependenciesPull requests that update a dependency filePull requests that update a dependency filewindowsThe issue relates to Microsoft Windows support.The issue relates to Microsoft Windows support.
Metadata
Metadata
Assignees
Labels
bugA crash or error in behavior.A crash or error in behavior.dependenciesPull requests that update a dependency filePull requests that update a dependency filewindowsThe issue relates to Microsoft Windows support.The issue relates to Microsoft Windows support.
Describe the bug
Toga can't currently be installed on Windows using Python 3.13.
This is due to pythonnet/pythonnet#2454.
Steps to reproduce
pip install toga~=0.4.0The installation will fail with an error that it
Could not find a version that satisfies the requirements pythonnet>=3.0.0 (from toga-winforms) (from versions: 2.0.0, ...Expected behavior
Toga should be installable on Windows.
Screenshots
No response
Environment
Logs
No response
Additional context
There's nothing required on the Toga side of this problem - it's entirely an upstream issue.