Skip to content

Commit

Permalink
build: Update Python version constraint to include 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Dec 20, 2024
1 parent a5c4492 commit 50edc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 50edc4e

Please sign in to comment.