You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, interesting project. I don't know yet if I will fully work with this but for now seems very promising.
In my tests with python3.13, I don't know if it is direct this project requirements, but you get this error when add this package:
#uv add temporal-boost
Resolved 54 packages in 18ms
× Failed to build `uvloop==0.19.0
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)
...
hint: This usually indicates a problem with the package or the build environment.
help: `uvloop` (v0.19.0) was included because `test-temporal-boost-python313` (v0.1.0) depends on `temporal-boost` (v1.0.3) which depends on `robyn` (v0.58.2) which depends on `uvloop`
I only get worked if I use python3.12 or python3.11
It seems that robyn still doesn't support python3.13, so because of that your package not work in python3.13.
The text was updated successfully, but these errors were encountered:
Hi, interesting project. I don't know yet if I will fully work with this but for now seems very promising.
In my tests with python3.13, I don't know if it is direct this project requirements, but you get this error when add this package:
I only get worked if I use python3.12 or python3.11
It seems that robyn still doesn't support python3.13, so because of that your package not work in python3.13.
The text was updated successfully, but these errors were encountered: