Sourced from actions/setup-python's releases.
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesbury
in actions/setup-python#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 actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwars
in actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeut
in actions/setup-python#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 actions/setup-python#1016- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-python#1015New Contributors
@colesbury
made their first contribution in actions/setup-python#973@mahabaleshwars
made their first contribution in actions/setup-python#1043Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.5.0
8d9ed9a
Add e2e Testing for free threaded and Bump @action/cache
from 4.0.0 to 4.0.3 ...19e4675
Add support for .tool-versions file in setup-python (#1043)6fd11e1
Bump @actions/glob
from 0.4.0 to 0.5.0 (#1015)9e62be8
Support free threaded Python versions like '3.13t' (#973)6ca8e85
Bump @vercel/ncc
from 0.38.1 to 0.38.3 (#1016)8039c45
fix: install PyPy on Linux ARM64 (#1011)