Skip to content

Commit 6b75b3d

Browse files
committed
📝 python version fix
1 parent 73be18a commit 6b75b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10,<4.0.0"
13+
python = ">=3.9,<3.13.0"
1414
rdflib ="7.1.1"
1515
networkx ="3.2.1"
1616
seaborn="0.13.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"License :: OSI Approved :: MIT License",
3434
"Operating System :: OS Independent",
3535
],
36-
python_requires=">=3.10,<3.13.0",
36+
python_requires=">=3.9,<3.13.0",
3737
project_urls={
3838
"Documentation": "https://ontolearner.readthedocs.io/",
3939
"Source": "https://github.com/sciknoworg/OntoLearner",

0 commit comments

Comments
 (0)