diff --git a/.github/workflows/testing-integration.yaml b/.github/workflows/testing-integration.yaml index 6a8da64e..63189e6e 100644 --- a/.github/workflows/testing-integration.yaml +++ b/.github/workflows/testing-integration.yaml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: [3.9, 3.12] + python_version: [3.9, 3.12, 3.13] use_grpc: [true, false] metric: - cosine @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: [3.9, 3.12] + python_version: [3.9, 3.12, 3.13] use_grpc: [false, true] spec: - '{ "serverless": { "region": "us-west-2", "cloud": "aws" }}' @@ -79,7 +79,7 @@ jobs: testConfig: - python-version: 3.9 pod: { environment: 'us-east1-gcp'} - - python-version: 3.12 + - python-version: 3.13 pod: { environment: 'us-east4-gcp'} fail-fast: false steps: @@ -123,7 +123,7 @@ jobs: - python-version: 3.9 # Do one test run with 3.9 for sanity check pod: { environment: 'us-east1-gcp'} serverless: { cloud: 'aws', region: 'us-west-2'} - - python-version: 3.12 + - python-version: 3.13 pod: { environment: 'us-east1-gcp'} serverless: { cloud: 'aws', region: 'us-west-2'} fail-fast: false diff --git a/.github/workflows/testing-unit.yaml b/.github/workflows/testing-unit.yaml index 710bf05d..8bbc5924 100644 --- a/.github/workflows/testing-unit.yaml +++ b/.github/workflows/testing-unit.yaml @@ -14,6 +14,7 @@ jobs: - '3.10' - 3.11 - 3.12 + - 3.13 use_grpc: - true - false