ci: Update Python version defaults in CI workflows (#5911)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-01-24 08:32:04 -03:00 committed by GitHub
commit 30bcf5ecb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ on:
description: "(Optional) Python versions to test"
required: true
type: string
default: "['3.10', '3.11', '3.12', '3.13']"
default: "['3.10', '3.11', '3.12']"
ref:
description: "(Optional) ref to checkout"
required: false

View file

@ -7,7 +7,7 @@ on:
description: "(Optional) Python versions to test"
required: true
type: string
default: "['3.10', '3.11', '3.12', '3.13']"
default: "['3.10', '3.11', '3.12']"
ref:
description: "(Optional) ref to checkout"
required: false
@ -23,7 +23,7 @@ on:
description: "(Optional) Python versions to test"
required: true
type: string
default: "['3.10', '3.11', '3.12', '3.13']"
default: "['3.10', '3.11', '3.12']"
env:
POETRY_VERSION: "1.8.2"
NODE_VERSION: "21"

View file

@ -47,7 +47,7 @@ jobs:
name: CI
uses: ./.github/workflows/ci.yml
with:
python-versions: "['3.10', '3.11', '3.12', '3.13']"
python-versions: "['3.10', '3.11', '3.12']"
frontend-tests-folder: "tests"
release: true