Skip to content

Commit a0f6ec6

Browse files
committed
set limit of python version at 4.0
1 parent 5537921 commit a0f6ec6

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
@@ -66,7 +66,7 @@ def load_requirements(file: Union[str, Path]) -> List[str]:
6666
"Programming Language :: Python :: 3.12",
6767
"Topic :: Scientific/Engineering :: Artificial Intelligence",
6868
],
69-
python_requires=">=3.10,<3.14",
69+
python_requires=">=3.10,<4.0",
7070
url="https://github.com/Unstructured-IO/unstructured-platform-plugins", # noqa: 501
7171
packages=find_packages(),
7272
license="Apache-2.0",

0 commit comments

Comments
 (0)