Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 28, 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 - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone US/Central, 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 28, 2025 10:03
@github-actions
Copy link
Contributor

Test Results

   10 files  ±0     10 suites  ±0   17s ⏱️ -7s
  190 tests ±0    190 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 850 runs  ±0  1 850 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit cb2a770. ± Comparison against base commit 2b1d60d.

@mikeprosserni mikeprosserni merged commit 15a8eee into main Jun 30, 2025
14 checks passed
@renovate renovate bot deleted the users/renovate/github branch June 30, 2025 14:18
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.

2 participants