setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
**Description:** Please make Python 3.13 available, built with the `--disable-gil` flag. **Justification:** Thank you for actions/setup-python and especially for making it possible to test new pre-releases, and final releases within...
I have a number of Python Packages in private (company) repos and I am using GitHub Actions to run pytest on commits. One of the repos depends on packages from...
### Description since roughly friday (apr 5), test runs using `actions/setup-python@v5` have been erroring out, apparently randomly, with ```python import pkg_resources SyntaxError: source code string cannot contain null bytes ```...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...
**Description:** When building with `python-version` and `architecture`, only `python-version` is included in the final cache key, e.g `setup-python-Windows-python-3.11.8-poetry-...` but not `architecture` which will cause the `Unable to reserve cache with...
**Description:** Changes consist in reordering extract utils to first attemps ExtractToDirectory and then Expand-Archive. For some reason the download CPython release was not correctly handled by Expand-Archive. This could be...
**Description:** Adds support for reading `.mise.toml` ([docs](https://mise.jdx.dev/configuration.html)) if given as `python-version-file`. Supports the short and longs forms, E.g. ```toml [tools] python = "3.12.2" ``` ```toml [tools] python = { version="3.12.2",...
An environment where a tech candidates is required to edit their education and employment history. **Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** -...
**Description:** I want to use this project as GH action to generate a statically linked python binary using [staticx](https://github.com/JonathonReinhart/staticx). While implementing the [workflow](https://github.com/Andrwe/accointing-convert/runs/5003448032) I ran into https://github.com/JonathonReinhart/staticx/issues/188 due to the...