Skip to content

Commit 815dfc8

Browse files
committed
python versione error fix for CI/CD
1 parent d8e821e commit 815dfc8

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.10,<3.11"
11+
python = ">=3.11
1212
owlready2 = "^0.46"
1313
rdflib = "^7.5.0"
1414
Flask = "^3.0.3"

0 commit comments

Comments
 (0)