Skip to content

fix: scope gevent override to linux in common preset#13

Closed
trisdoan wants to merge 1 commit intomainfrom
imp-gevent-install
Closed

fix: scope gevent override to linux in common preset#13
trisdoan wants to merge 1 commit intomainfrom
imp-gevent-install

Conversation

@trisdoan
Copy link
Copy Markdown
Collaborator

Why
The common preset was forcing gevent==22.10.2 and greenlet==2.0.2 on all non-Windows platforms, including macOS, where this override causes installation problems.

What changed
The markers were narrowed from sys_platform != 'win32' to sys_platform == 'linux'.

Result
Linux keeps the Ubuntu/Python 3.10 workaround, while macOS no longer receives the problematic pinned override.

@trisdoan trisdoan closed this Feb 12, 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.

1 participant