Skip to content

Tags: actions/setup-python

Tags

v5.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ts-jest from 29.1.2 to 29.3.2 (#1081)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.3.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.3.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ts-jest from 29.1.2 to 29.3.2 (#1081)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.3.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.3.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V4 - Add workflow file for publishing releases to immutable action pa…

…ckage (#1084)

* add publish immutable action

* depricate ubuntu-20.04

* fix check failures

* fix check failures on older versions

* check failures fix for older versions

* check failure fix

* check failure fix

* compatable version update

* compatable version update for ubuntu-22.04 and windows

* fix

* update e2e tests format

* fomat update

* updated wording

v4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V4 - Add workflow file for publishing releases to immutable action pa…

…ckage (#1084)

* add publish immutable action

* depricate ubuntu-20.04

* fix check failures

* fix check failures on older versions

* check failures fix for older versions

* check failure fix

* check failure fix

* compatable version update

* compatable version update for ubuntu-22.04 and windows

* fix

* update e2e tests format

* fomat update

* updated wording

v4.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update actions/cache for releases/v4 (#1073)

* update actions/cache

* npm audit fix and poetry command update

* fix check failures

* fix check failures

v5.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add e2e Testing for free threaded and Bump @action/cache from 4.0.0 t…

…o 4.0.3 (#1056)

* include freethread e2e testing and upgrade cache from 4.0.0 to 4.0.2

* include verify gil step and validated python version

* Rename files

* include ubuntu-arm runners for testing

v5.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve Advanced Usage examples (#645)

* docs: fix outputs python-version example and description

Description was lacking words, example was misleading (id was set to cp310 which clearly was a reference to CPython 3.10, but the id is referring to the setup-python action!

* docs: copy-editing in advanced-usage.md

Signed-off-by: Stephen L. <lrq3000@gmail.com>

* docs: add example if statement in advanced-usage.md

Signed-off-by: Stephen L. <lrq3000@gmail.com>

* docs: implement changes suggested by @mahabaleshwars (deprecate pypy2.7, 3.7, 3.8, tweak example, remove wildcard *)

Signed-off-by: Stephen L. <LRQ3000@gmail.com>

---------

Signed-off-by: Stephen L. <lrq3000@gmail.com>
Signed-off-by: Stephen L. <LRQ3000@gmail.com>

v5.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance workflows: Add macOS 13 support, upgrade publish-action, and …

…update documentation for arm64 and latest versions (#965)

* update ci workflows with latest versions and added macos-13

* updated document with latest versions

v5.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump pyinstaller from 3.6 to 5.13.1 in /__tests__/data (#923)

* Update e2e-cache.yml

* Update basic-validation.yml

* Pyinstaller upgrade to 5.13.1

* pyinstaller-update

* Update basic-validation.yml

* Update e2e-cache.yml

v5.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Documentation update for cache (#873)

* updated doc

* added note

* modify1

* Update advanced-usage.md

* Update 0000-caching-dependencies.md

---------

Co-authored-by: gowridurgad <gowridurga@github.com>