From d04310f49c13c957b386f7b53b1abdd0baa43a7c Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Mon, 15 Jun 2026 17:45:03 -0500 Subject: [PATCH] setup-python: Update default Python version to 3.13.11 --- setup-python/README.md | 2 +- setup-python/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-python/README.md b/setup-python/README.md index d6c4f14..b3cda16 100644 --- a/setup-python/README.md +++ b/setup-python/README.md @@ -5,7 +5,7 @@ The `ni/python-actions/setup-python` action installs Python and adds it to the P It is a thin wrapper for https://github.com/actions/setup-python which is intended to single-source the default Python version for multiple NI Python projects. -By default, this action installs Python 3.11.9. +By default, this action installs Python 3.13.11. ## Usage diff --git a/setup-python/action.yml b/setup-python/action.yml index 3e92b9c..0742ada 100644 --- a/setup-python/action.yml +++ b/setup-python/action.yml @@ -2,7 +2,7 @@ name: Set up Python description: Install Python with appropriate defaults for NI Python projects. inputs: python-version: - default: 3.11.9 + default: 3.13.11 outputs: python-path: value: ${{ steps.setup-python.outputs.python-path }}