beeware / briefcase-windows-VisualStudio-template

A template for generating Visual Studio projects for building Windows apps with Briefcase
MIT License
4 stars 9 forks source link

Add support for Python 3.13 #42

Closed rmartin16 closed 2 weeks ago

rmartin16 commented 2 weeks ago

Changes

PR Checklist:

rmartin16 commented 2 weeks ago

I had forgotten that Python.NET isn't ready for Python 3.13 yet. Additionally, there is some added complexity here on Windows for the stub binary. Feel free to close and address separately if necessary.

freakboy3742 commented 2 weeks ago

Toga doesn't support Python 3.13 on Windows, but pygame and console apps clearly work; excluding Toga from the CI matrix until this is resolved seems the right approach.

I'll tag a new stub binary right after merging this.

rmartin16 commented 2 weeks ago

Awesome; I'll do the same now for PySide6 for Flatpak.