added fixes for tests

This commit is contained in:
vasilije 2025-10-19 13:33:02 +02:00
parent 68e94b53f6
commit 3f7efd8b88
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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 = [