Python Compatibility (3.14) Note

This commit is contained in:
Adam
2025-12-01 13:00:40 -05:00
parent ff6e871644
commit 3e2798f835
8 changed files with 14 additions and 6 deletions
@@ -122,6 +122,10 @@ You can run your Cua computer in the cloud (recommended for easiest setup), loca
## Developer Quickstart
<Callout type="warn" title="Python Version Compatibility">
Cua packages require **Python 3.12 or 3.13**. Python 3.14 is not currently supported due to dependency compatibility issues (pydantic-core/PyO3 compatibility). If you encounter build errors on Python 3.14, please use Python 3.13 or earlier.
</Callout>
<Steps>
<Step>