indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.75k stars 109 forks source link

windows: restore windows 7 support #101

Closed silverjam closed 2 years ago

silverjam commented 2 years ago

This restores windows 7 support just for Python 3.8 by making the pathcch library conditional.

silverjam commented 2 years ago

Restoring compatibility with Windows 7 for Python 3.8 seems reasonable to me. I'll apply some minor tweaks in flight and merge this via a rebase outside of GitHub.

Thank you for contributing this change.

Great, thanks!