Skip to content

Commit d5d54ee

Browse files
committed
python versione error fix for CI/CD
1 parent 262df8e commit d5d54ee

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
@@ -8,7 +8,7 @@ readme = "README.md"
88

99

1010
[tool.poetry.dependencies]
11-
python = ">=3.11"
11+
python = ">=3.12"
1212
owlready2 = "^0.46"
1313
rdflib = "^7.5.0"
1414
Flask = "^3.0.3"

0 commit comments

Comments
 (0)