Add support for Python 3.13 on Windows #2889
Labels
bug
A crash or error in behavior.
dependencies
Pull requests that update a dependency file
windows
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.0
The 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.
The text was updated successfully, but these errors were encountered: