Skip to content

Update Python version requirement to align with mellea 0.6.0#70

Merged
yairallouche merged 1 commit into
mainfrom
fix/python-version-compatibility
May 25, 2026
Merged

Update Python version requirement to align with mellea 0.6.0#70
yairallouche merged 1 commit into
mainfrom
fix/python-version-compatibility

Conversation

@freunda
Copy link
Copy Markdown
Collaborator

@freunda freunda commented May 24, 2026

Updates requires-python from >=3.10,<3.14 to >=3.11,<3.14 to match the actual requirement of the mellea==0.6.0 dependency, which requires Python >=3.11. This prevents unsatisfiable dependency errors for Python 3.10 users and provides a clear error message upfront.

Fixes #69

Updates requires-python from >=3.10,<3.14 to >=3.11,<3.14 to match
the actual requirement of the mellea==0.6.0 dependency, which requires
Python >=3.11. This prevents unsatisfiable dependency errors for Python
3.10 users and provides a clear error message upfront.

Fixes #69
@yairallouche yairallouche merged commit ff935a6 into main May 25, 2026
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 / mellea version mismatch

2 participants