From 28cade35d02e77e231633fe99af799baf744883d Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 9 Jun 2024 12:24:14 +0400 Subject: [PATCH] Update action.yml --- actions/build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/build/action.yml b/actions/build/action.yml index 42efea2..c9eabd3 100644 --- a/actions/build/action.yml +++ b/actions/build/action.yml @@ -23,7 +23,7 @@ on: description: 'Python version' type: string required: false - default: '3.10' + default: '3.11' permissions: contents: write @@ -34,7 +34,7 @@ runs: steps: - uses: cvxgrp/.github/actions/setup-environment@main with: - python-version: "${{ inputs.python-version || '3.10' }}" + python-version: "${{ inputs.python-version || '3.11' }}" - name: Change version in pyproject.toml shell: bash