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 5537921 commit a0f6ec6Copy full SHA for a0f6ec6
setup.py
@@ -66,7 +66,7 @@ def load_requirements(file: Union[str, Path]) -> List[str]:
66
"Programming Language :: Python :: 3.12",
67
"Topic :: Scientific/Engineering :: Artificial Intelligence",
68
],
69
- python_requires=">=3.10,<3.14",
+ python_requires=">=3.10,<4.0",
70
url="https://github.com/Unstructured-IO/unstructured-platform-plugins", # noqa: 501
71
packages=find_packages(),
72
license="Apache-2.0",
0 commit comments