Skip to content

Commit c8c5873

Browse files
committed
🐛 support for Python >=3.10, <3.14.0
1 parent 4b9d841 commit c8c5873

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
@@ -39,7 +39,7 @@
3939
"License :: OSI Approved :: MIT License",
4040
"Operating System :: OS Independent",
4141
],
42-
python_requires=">=3.9,<3.13.0",
42+
python_requires=">=3.10,<3.14.0",
4343
project_urls={
4444
"Documentation": "https://ontolearner.readthedocs.io/",
4545
"Source": "https://github.com/sciknoworg/OntoLearner",

0 commit comments

Comments
 (0)