Releases: actions/setup-python
Releases · actions/setup-python
v2.2.1
- Fix PyPy3 issues with Windows
v2.2.0
- Support for PyPy 3.7 in addition to the current 3.6 support
- Support for Pre-Release distributions of PyPy
- Support for PyPy Nighly
v2.1.4
- Improvements for more reliable setup on self-hosted runners
v2.1.3
- Updates to NPM dependencies
- Updates to licenses
v1.2.1
- Updates to NPM dependencies
v2.1.2
- Add Third Party License Information
v2.1.1
Fix installation logic to prevent leaving files in GITHUB_WORKSPACE
Related issue: #101
v2.1.0
- Support for pre-release Python distributions
v2.0.2
- Improved logs & output when downloading and setting up Python versions
- Improvements and updates to downloading Python versions from actions/python-versions
v1.2.0
- Updates to Documentation
- Updates to Setup Output
- NPM Package updates
- Misc Improvements & Fixes