UiPath.Python.Activities 1.10.0 now supports Python 3.13
We have released a new Python activities package version that includes two major improvements to make your life much easier when running your Python scripts.
We carefully examined the feedback after the previous release to make everyone’s life much easier.
Changes
Also available via the official release notes over here.
Added support for Python 3.13
The activities will now work with the Python version 3.13.
Better error handling
We improved the activity resilience and how it reports Python errors. No more “Pipe is broken” exceptions.
You will now get easy access to the underlying Python exception error, such as a missing dependency.
Before (UiPath.Python.Activities 1.9.0) - unhelpful exception 
Not only is the exception extremely unhelpful, it is thrown for the wrong activity!
After (UiPath.Python.Activities 1.10.0) - much better! 
You now know exactly how to fix the issue, and which activity caused it. In this case, the specific module is not installed in my Python directory which crashes the Load Python Script activity:
Studio Web search presence
We took steps to surface the Python package in the Studio Web search results for better discoverability. It continues to be for Studio Desktop projects only, and it is not yet compatible with Studio Web Cross-Platform projects. We are evaluating our options.
As a reminder, the Python package continues to require the .NET 8 Desktop Runtime, which can be downloaded here.
If you struggle to configure the activity, please refer to this working example that uses Python 3.12 and the default Python installation path under:
%localappdata%\Programs\Python\Python312