Skip to content

Commit 73be18a

Browse files
committed
🐛 version fix for python
1 parent fd58fd3 commit 73be18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,<4.0.0",
36+
python_requires=">=3.10,<3.13.0",
3737
project_urls={
3838
"Documentation": "https://ontolearner.readthedocs.io/",
3939
"Source": "https://github.com/sciknoworg/OntoLearner",

0 commit comments

Comments
 (0)