From 30bcf5ecb40227c468d57847cce6b765a9147428 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 24 Jan 2025 08:32:04 -0300 Subject: [PATCH] ci: Update Python version defaults in CI workflows (#5911) --- .github/workflows/integration_tests.yml | 2 +- .github/workflows/python_test.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 943ee3a13..df5480ac3 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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 diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 8342dcfe6..001aab96a 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53247064e..a25578adc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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