On Windows, I have a Python dependency that used to install the virtual Python environment in a ./Scripts/
directory (Python 3.11.0). Recently my automated Python installation started installing Python in a ./bin/
directory instead (Python 3.11.7).
Which Python versions does this change apply to?
I can't find it in the changelogs.