Skip to content

Commit

Permalink
Add python 3.13 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jan 30, 2025
1 parent b601540 commit 1c6f050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" }}'
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '3.10'
- 3.11
- 3.12
- 3.13
use_grpc:
- true
- false
Expand Down

0 comments on commit 1c6f050

Please sign in to comment.