Sourced from actions/setup-python's releases.
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).
- name: Setup Python uses: actions/setup-python@v4 with: python-version-file: pyproject.toml
Besides, it includes such changes as:
- Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-python#697- Bump semver from 7.3.8 to 7.5.2 by
@dependabot
in actions/setup-python#692- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/setup-python#650New Contributors
@dariocurr
made their first contribution in actions/setup-python#669@DimitriPapadopoulos
made their first contribution in actions/setup-python#650Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.0
61a6322
Fix typos found by codespell (#650)ea5b57f
Bump semver from 7.3.8 to 7.5.2 (#692)014d32a
Bump tough-cookie and @azure/ms-rest-js
(#697)c16c4b8
Fix pipenv jobs (#699)0d5da6a
Read python version from pyproject.toml (fix #542)
(#669)3f824b7
remove python 2.7 from the tests (#687)