We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73be18a commit 6b75b3dCopy full SHA for 6b75b3d
pyproject.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/sciknoworg/OntoLearner/"
10
include = ["images/logo.png"]
11
12
[tool.poetry.dependencies]
13
-python = ">=3.10,<4.0.0"
+python = ">=3.9,<3.13.0"
14
rdflib ="7.1.1"
15
networkx ="3.2.1"
16
seaborn="0.13.2"
setup.py
@@ -33,7 +33,7 @@
33
"License :: OSI Approved :: MIT License",
34
"Operating System :: OS Independent",
35
],
36
- python_requires=">=3.10,<3.13.0",
+ python_requires=">=3.9,<3.13.0",
37
project_urls={
38
"Documentation": "https://ontolearner.readthedocs.io/",
39
"Source": "https://github.com/sciknoworg/OntoLearner",
0 commit comments