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