From 3f7efd8b888829d3e89a8120e4345782495ed3af Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 19 Oct 2025 13:33:02 +0200 Subject: [PATCH] added fixes for tests --- .github/workflows/test_different_operating_systems.yml | 2 +- .github/workflows/test_suites.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_different_operating_systems.yml b/.github/workflows/test_different_operating_systems.yml index 00e387ac4..64f1a14f9 100644 --- a/.github/workflows/test_different_operating_systems.yml +++ b/.github/workflows/test_different_operating_systems.yml @@ -9,7 +9,7 @@ on: python-versions: required: false type: string - default: '["3.10.x", "3.11.x", "3.12.x"]' + default: '["3.10.x", "3.12.x", "3.13.x"]' secrets: LLM_PROVIDER: required: true diff --git a/.github/workflows/test_suites.yml b/.github/workflows/test_suites.yml index 2f1bdebf0..5c1597a93 100644 --- a/.github/workflows/test_suites.yml +++ b/.github/workflows/test_suites.yml @@ -85,7 +85,7 @@ jobs: needs: [basic-tests, e2e-tests] uses: ./.github/workflows/test_different_operating_systems.yml 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 # Matrix-based vector database tests diff --git a/pyproject.toml b/pyproject.toml index 30889a61e..417786e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ { name = "Vasilije Markovic" }, { name = "Boris Arzentar" }, ] -requires-python = ">=3.10,<=3.13" +requires-python = ">=3.10,<3.14" readme = "README.md" license = "Apache-2.0" classifiers = [