In scope of this release, the support for reading python version from pyproject.toml was added (#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 #697
- Bump semver from 7.3.8 to 7.5.2 by @dependabot in #692
- Fix typos found by codespell by @DimitriPapadopoulos in #650
New Contributors
- @dariocurr made their first contribution in #669
- @DimitriPapadopoulos made their first contribution in #650
Full Changelog: v4...v4.7.0