From 50edc4ea94f4dfa8457561dd5fa339ebd2c6f5c7 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Fri, 20 Dec 2024 09:46:33 +0100 Subject: [PATCH] build: Update Python version constraint to include 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d3aac4..ff6a749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ classifiers=[ sct = 'iscc_sct.cli:main' [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.10,<=3.13" semantic-text-splitter = "*" onnxruntime = "*" onnxruntime-gpu = { version = "*", optional = true }