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 - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 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.

@github-actions
Copy link
Contributor

Test Results

    34 files  ±0      34 suites  ±0   57m 0s ⏱️ -20s
 2 461 tests ±0   2 091 ✅ ±0    370 💤 ±0  0 ❌ ±0 
43 920 runs  ±0  37 508 ✅ ±0  6 412 💤 ±0  0 ❌ ±0 

Results for commit 4982596. ± Comparison against base commit 76f791a.

@zhindes zhindes merged commit a577513 into master Jun 25, 2025
17 checks passed
@renovate renovate bot deleted the users/renovate/ni-python-actions-0.x branch June 25, 2025 14:52
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.

3 participants