Skip to content

Commit 0fde410

Browse files
authored
test: test compatible integrations with python 3.14; update pyproject (#3001)
* test: test compatible integrations with python 3.14; update pyproject * faiss * pyproj
1 parent 7de3e79 commit 0fde410

File tree

76 files changed

+79
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+79
-40
lines changed

.github/workflows/aimlapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.10", "3.13"]
35+
python-version: ["3.10", "3.14"]
3636

3737
steps:
3838
- name: Support longpaths

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-latest, windows-latest, macos-latest]
44-
python-version: ["3.10", "3.13"]
44+
python-version: ["3.10", "3.14"]
4545

4646
steps:
4747
- name: Support longpaths

.github/workflows/amazon_sagemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest, windows-latest, macos-latest]
34-
python-version: ["3.10", "3.13"]
34+
python-version: ["3.10", "3.14"]
3535

3636
steps:
3737
- name: Support longpaths

.github/workflows/anthropic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.10", "3.13"]
35+
python-version: ["3.10", "3.14"]
3636

3737
steps:
3838
- name: Support longpaths

.github/workflows/arcadedb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
os: [ubuntu-latest]
37-
python-version: ["3.10", "3.13"]
37+
python-version: ["3.10", "3.14"]
3838
services:
3939
arcadedb:
4040
image: arcadedata/arcadedb:latest

.github/workflows/azure_ai_search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
max-parallel: 3
3535
matrix:
3636
os: [ubuntu-latest, windows-latest] # the tests are slow and we can't run many of them in parallel, so we skip testing on macOS
37-
python-version: ["3.10", "3.13"]
37+
python-version: ["3.10", "3.14"]
3838

3939
steps:
4040
- uses: actions/checkout@v6

.github/workflows/azure_doc_intelligence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
max-parallel: 3
3535
matrix:
3636
os: [ubuntu-latest, windows-latest]
37-
python-version: ["3.10", "3.13"]
37+
python-version: ["3.10", "3.14"]
3838

3939
steps:
4040
- uses: actions/checkout@v6

.github/workflows/cohere.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.10", "3.13"]
35+
python-version: ["3.10", "3.14"]
3636

3737
steps:
3838
- name: Support longpaths

.github/workflows/cometapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.10", "3.13"]
35+
python-version: ["3.10", "3.14"]
3636
max-parallel: 2 # to avoid "429 Resource has been exhausted"
3737

3838
steps:

.github/workflows/deepeval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.10", "3.13"]
35+
python-version: ["3.10", "3.14"]
3636

3737
steps:
3838
- name: Support longpaths

0 commit comments

Comments
 (0)