Releases · actions/setup-python
v6.2.0
v6.1.0
What's Changed
Enhancements:
- Add support for
pip-installinput by @gowridurgad in #1201 - Add graalpy early-access and windows builds by @timfel in #880
Dependency and Documentation updates:
- Enhanced wording and updated example usage for
allow-prereleasesby @yarikoptic in #979 - Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by @dependabot in #1139
- Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by @dependabot in #1094
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by @dependabot in #1199
- Upgrade requests from 2.32.2 to 2.32.4 by @dependabot in #1130
- Upgrade prettier from 3.5.3 to 3.6.2 by @dependabot in #1234
- Upgrade @types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by @dependabot in #1235
New Contributors
- @yarikoptic made their first contribution in #979
Full Changelog: v6...v6.1.0
v6.0.0
v5.6.0
v4.9.1
v4.9.0
What's Changed
- Upgrade
actions/cacheto 4.0.3 by @priya-kinthali in #1073
In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: v4.8.0...v4.9.0
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by @colesbury in #973
- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade @action/cache from 4.0.0 to 4.0.3 by @priya-kinthali in #1056
- Add support for .tool-versions file in setup-python by @mahabaleshwars in #1043
Bug fixes:
- Fix architecture for pypy on Linux ARM64 by @mayeut in #1011
This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
Dependency updates:
- Upgrade @vercel/ncc from 0.38.1 to 0.38.3 by @dependabot in #1016
- Upgrade @actions/glob from 0.4.0 to 0.5.0 by @dependabot in #1015
New Contributors
- @colesbury made their first contribution in #973
- @mahabaleshwars made their first contribution in #1043
Full Changelog: v5...v5.5.0
v5.4.0
v5.3.0
v5.2.0
What's Changed
Bug fixes:
- Add
.zipextension to Windows package downloads forExpand-ArchiveCompatibility by @priyagupta108 in #916
This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly. - Add arch to cache key by @Zxilly in #896
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Documentation changes:
- Fix display of emojis in contributors doc by @sciencewhiz in #899
- Documentation update for caching poetry dependencies by @gowridurgad in #908
Dependency updates:
- Bump @iarna/toml version from 2.2.5 to 3.0.0 by @priya-kinthali in #912
- Bump pyinstaller from 3.6 to 5.13.1 by @aparnajyothi-y in #923
New Contributors
- @sciencewhiz made their first contribution in #899
- @priyagupta108 made their first contribution in #916
- @Zxilly made their first contribution in #896
- @aparnajyothi-y made their first contribution in #923
Full Changelog: v5...v5.2.0