Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading