Skip to content

feat/less strict Python version #3193

Open
@egeres

Description

@egeres

Is your feature request related to a problem? Please describe.
Unstructured is using >=3.10,<3.13 (link), I think in the long term it would be better to use >=3.10,<4.0. This also matches with Langchain's Python version, which is currently set to >=3.10,<4.0 (link), so when using unstructured for document loading within Langchain both packages are easier to set up

Describe the solution you'd like
Switch the python_requires=">=3.9.0,<3.13" in setup.py to use >=3.10,<4.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions