What's Changed
In scope of this release we added support for GraalPy (#694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
- Trim python version when reading from file by @FerranPares in #628
- Use non-deprecated versions in examples by @jeffwidman in #724
- Change deprecation comment to past tense by @jeffwidman in #723
- Bump @babel/traverse from 7.9.0 to 7.23.2 by @dependabot in #743
- advanced-usage.md: Encourage the use actions/checkout@v4 by @cclauss in #729
- Examples now use checkout@v4 by @simonw in #738
- Update actions/checkout to v4 by @dmitry-shibanov in #761
New Contributors
- @FerranPares made their first contribution in #628
- @timfel made their first contribution in #694
- @jeffwidman made their first contribution in #724
Full Changelog: v4...v4.8.0