Skip to content

Conversation

@lemorage
Copy link
Contributor

Our project states Python 3.11+ is supported. This is also reflected in pyproject.toml and the installation section in our documentation.

However, some example projects set requires-python = ">=3.10" in pyproject.toml. This will cause issues when we use some management tools like uv, which considers this value when resolving dependencies.

Closes #612.

@badmonster0 badmonster0 merged commit f85e686 into cocoindex-io:main Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

requires-python value discrepancy causes uv can't be used

2 participants