Releases: MatteoH2O1999/setup-python
Releases · MatteoH2O1999/setup-python
v3.0.0
What's Changed
- New versions of CPython are added
- Delegate support of PyPy and GraalPy to actions/setup-python
- Update to actions/setup-python v5.0.0 (from v4.7.1)
Full Changelog
- fix(deps): bump actions/publish-action from 0.2.2 to 0.3.0 by @dependabot in #37
- fix(deps): bump MatteoH2O1999/build-and-install-python from 3.0.4 to 4.0.0 by @dependabot in #38
- fix(deps): bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #36
- fix(deps): bump MatteoH2O1999/build-and-install-python from 4.0.0 to 4.0.1 by @dependabot in #39
Full Changelog: v2...v3.0.0
v2.0.4
What's Changed
- Update error messages to signal that issues should be opened on the main repo
- Improve dependencies installation on darwin runners
Full Changelog
- fix(deps): bump MatteoH2O1999/build-and-install-python from 3.0.3 to 3.0.4 by @dependabot in #34
Full Changelog: v2...v2.0.4
v2.0.3
What's Changed
- Added more Python versions
Full Changelog
- fix(deps): bump MatteoH2O1999/build-and-install-python from 3.0.2 to 3.0.3 by @dependabot in #32
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Add range validation for toml files
- Add CPython 3.12 support
Full Changelog
- fix(deps): bump MatteoH2O1999/build-and-install-python from 3.0.1 to 3.0.2 by @dependabot in #30
- fix(deps): bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #29
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
aptindex is now updated before installing dependencies on Linux
Full Changelog
- fix(deps): bump MatteoH2O1999/setup-python from 1 to 2 by @dependabot in #25
- fix(deps): bump MatteoH2O1999/build-and-install-python from 3.0.0 to 3.0.1 by @dependabot in #26
Full Changelog: v2...v2.0.1
v2.0.0
What's Changed
- Windows builder now prefers versions with installers
- Pip can now fail on Python < 3.3
- Action is now guaranteed to work only on the current
...-latestlabels and will emit a warning if another label is detected - Action now uses
node20runtime environment - Cpython is now compiled with
--enable-sharedflag on UNIX runners
Full Changelog
- fix(deps): bump MatteoH2O1999/build-and-install-python from 1.5.0 to 2.0.0 by @dependabot in #22
- fix(deps): bump actions/checkout from 3 to 4 by @dependabot in #23
- fix(deps): bump MatteoH2O1999/build-and-install-python from 2.0.0 to 3.0.0 by @dependabot in #24
Full Changelog: v1...v2.0.0
v1.5.0
What's Changed
- Pip is now updated if installed with ensurepip
- Reading version files now relies on actions/setup-python
- Python version can now be read from
pyproject.tomlfile
Detailed Changelog
- fix(deps): bump MatteoH2O1999/build-and-install-python from 1.4.1 to 1.5.0 by @dependabot in #21
- fix(deps): bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #20
Full Changelog: v1...v1.5.0
v1.4.1
What's changed
- Now the action ensures pip is initialized before calling actions/setup-python.
Changelog
- fix(deps): bump MatteoH2O1999/build-and-install-python from 1.4.0 to 1.4.1 by @dependabot in #19
Full Changelog: v1...v1.4.1
v1.4.0
What's new
- Windows builds now try to use the official installers to speed up runs
- Fixed a bug that waited for user input while installing gcc on a self-hosted Linux runner
What's Changed
- Add issue form for failed builds by @MatteoH2O1999 in #17
- fix(deps): bump MatteoH2O1999/build-and-install-python from 1.3.0 to 1.4.0 by @dependabot in #18
Full Changelog: v1...v1.4.0
v1.3.1
What's New
Fixed a bug that failed the action if the requested version is PyPy (see #14)
What's Changed
- Fix setup pip for PyPy by @MatteoH2O1999 in #15
Full Changelog: v1...v1.3.1