Skip to content

fix: add Windows 11 Python version compatibility warning#39

Open
qwldcl-del wants to merge 1 commit intoconvergence-ai:mainfrom
qwldcl-del:fix/windows-python-compat
Open

fix: add Windows 11 Python version compatibility warning#39
qwldcl-del wants to merge 1 commit intoconvergence-ai:mainfrom
qwldcl-del:fix/windows-python-compat

Conversation

@qwldcl-del
Copy link
Copy Markdown

Summary

Fix Windows 11 installation issue (#11) by:

  1. Add warning in README about Python 3.13 not being supported on Windows 11 due to known asyncio subprocess issue
  2. Update in pyproject.toml to explicitly exclude Python 3.13

Problem

Python 3.13 has a known issue with asyncio subprocess execution on Windows (see Python Issue #122048). This causes Playwright to fail with when trying to launch the browser.

Solution

  • Document Python 3.11 or 3.12 requirement for Windows 11 users
  • Add explicit version constraint in pyproject.toml

Test plan

  • Verify README displays the warning correctly
  • Confirm pyproject.toml has correct Python version constraint

- Add Windows 11 note about Python 3.13 not being supported
- Update requires-python to exclude Python 3.13
- Reference Python issue #122048 for asyncio subprocess problem

Fixes: convergence-ai#11
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