ci: Update Python version defaults in CI workflows (#5911)
This commit is contained in:
parent
eff5eb6af2
commit
30bcf5ecb4
3 changed files with 4 additions and 4 deletions
4
.github/workflows/python_test.yml
vendored
4
.github/workflows/python_test.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue