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
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
Hey,
i am trying to install px-proxy, which has quickjs as a dependency on a Windows 11 machine with latest Python 3.13.
Sadly, there are no pre-compiled wheels for Python 3.13 on Pypi, which leads pip(x) to compile the wheels itself, which again results into the same error, that was already mentioned in #130 (at the point, where the wheels for Python 3.12 were missing).
Is there any possibility to add wheels for Python 3.13, @PetterS?
Hey,
i am trying to install px-proxy, which has quickjs as a dependency on a Windows 11 machine with latest Python 3.13.
Sadly, there are no pre-compiled wheels for Python 3.13 on Pypi, which leads pip(x) to compile the wheels itself, which again results into the same error, that was already mentioned in #130 (at the point, where the wheels for Python 3.12 were missing).
Is there any possibility to add wheels for Python 3.13, @PetterS?
Thanks in advance!