Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2025

This PR contains the following updates:

Package Type Update Change
ni/python-actions action minor v0.3.1 -> v0.4.0

Release Notes

ni/python-actions (ni/python-actions)

v0.4.0: ni/python-actions v0.4.0

Compare Source

What's Changed
  • setup-python, setup-poetry: Support PyPy and free-threading (https://github.com/ni/python-actions/pull/11)
    • To use PyPy, set the python-version input to pypy3.10, pypy3.11, etc.
    • To use CPython with free-threading, add a t suffix to the python-version input (e.g. 3.13t).
      • Note: free-threading is only available with Python 3.13 and later.
      • Note: installing Poetry with free-threading does not work yet, because the cryptography and cffi packages do not yet support free-threading.
      • The python-version output now reflects the the PyPy language+implementation versions (e.g. pypy3.11.11-v7.3.19) and has a t suffix for free-threaded builds (e.g. 3.13.4t)
    • The ni/setup-python action now uses the pythonVersion environment variable to pass the Python version to ni/setup-poetry.

Full Changelog: ni/python-actions@v0.3.1...v0.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from csjall and mikeprosserni as code owners June 25, 2025 00:37
@github-actions
Copy link
Contributor

Test Results

   10 files  ±0     10 suites  ±0   22s ⏱️ ±0s
  150 tests ±0    150 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 470 runs  ±0  1 470 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 93b70b0. ± Comparison against base commit dcaf336.

@renovate renovate bot changed the title chore(deps): update ni/python-actions action to v0.4.0 chore(deps): update ni/python-actions action to v0.4.0 - autoclosed Jun 25, 2025
@renovate renovate bot closed this Jun 25, 2025
@renovate renovate bot deleted the users/renovate/ni-python-actions-0.x branch June 25, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant