Currently an error like this one happens if you try to install pyQuil and hence its dependency qcs-sdk-python:
error: Distribution `qcs-sdk-python==0.21.21 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're using CPython 3.13 (`cp313`), but `qcs-sdk-python` (v0.21.21) only has wheels with the following Python ABI tags: `cp311`, `cp312`
Is there any plan to support python 3.13 in the near future? Many packages tend to support the newest python version within a few months. On the other hand, if this package has a different policy this would be good to know.
Currently an error like this one happens if you try to install
pyQuiland hence its dependencyqcs-sdk-python:Is there any plan to support python 3.13 in the near future? Many packages tend to support the newest python version within a few months. On the other hand, if this package has a different policy this would be good to know.