Skip to content
Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 13 Jul 14:05
· 19 commits to main since this release
61a6322

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:

New Contributors

Full Changelog: v4...v4.7.0