Skip to content

20241206

Latest
Compare
Choose a tag to compare
@zanieb zanieb released this 06 Dec 22:23
· 4 commits to main since this release
0ed9d38

This release includes a fix for 20241205, please see that release for other changes.

Fixes

  • Create a copy of python3.13t.exe at python.exe and pythonw3.13t.exe at pythonw.exe for free-threaded Windows distributions: 20241205 attempted to remove the 3.13t suffixed executables, but it caused a regression with the virtual environment launcher. A later release may consolidate these executables under unsuffixed name for consistency. In the meantime, a copy is a simple, compatible solution.