added fixes for tests
This commit is contained in:
parent
68e94b53f6
commit
3f7efd8b88
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ on:
|
||||||
python-versions:
|
python-versions:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: '["3.10.x", "3.11.x", "3.12.x"]'
|
default: '["3.10.x", "3.12.x", "3.13.x"]'
|
||||||
secrets:
|
secrets:
|
||||||
LLM_PROVIDER:
|
LLM_PROVIDER:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
2
.github/workflows/test_suites.yml
vendored
2
.github/workflows/test_suites.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
||||||
needs: [basic-tests, e2e-tests]
|
needs: [basic-tests, e2e-tests]
|
||||||
uses: ./.github/workflows/test_different_operating_systems.yml
|
uses: ./.github/workflows/test_different_operating_systems.yml
|
||||||
with:
|
with:
|
||||||
python-versions: '["3.10.x", "3.11.x", "3.12.x"]'
|
python-versions: '["3.10.x", "3.11.x", "3.12.x", "3.13.x"]'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
# Matrix-based vector database tests
|
# Matrix-based vector database tests
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ authors = [
|
||||||
{ name = "Vasilije Markovic" },
|
{ name = "Vasilije Markovic" },
|
||||||
{ name = "Boris Arzentar" },
|
{ name = "Boris Arzentar" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10,<=3.13"
|
requires-python = ">=3.10,<3.14"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue