Skip to content

Commit f960b91

Browse files
committed
🐛 support for Python >=3.10, <3.13.0
1 parent beca642 commit f960b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/sciknoworg/OntoLearner/"
1010
include = ["images/logo.png"]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.9,<3.13.0"
13+
python = ">=3.10,<3.13.0"
1414
rdflib ="7.1.1"
1515
networkx ="3.2.1"
1616
seaborn="0.13.2"

0 commit comments

Comments
 (0)