adang1345 / PythonWin7

Python 3.9+ installers that support Windows 7 SP1 and Windows Server 2008 R2 SP1
MIT License
595 stars 71 forks source link

add GitHub workflow example in readme #26

Closed pcroland closed 11 months ago

adang1345 commented 11 months ago

Thanks for the suggestion. However, I want to limit the scope of this repository to getting core Python working on Windows 7. In a GitHub Actions workflow, the way to install Python from an installer is no different whether the installer comes from this repository or whether it comes from the official Python website.

pcroland commented 11 months ago

That's not really true. You can install official Python versions with actions/setup-python without having to setup path variables and stuff like that.