cyclonedds-python icon indicating copy to clipboard operation
cyclonedds-python copied to clipboard

PyPi - cyclonedds version not up-to-date

Open trittsv opened this issue 1 year ago • 1 comments
trafficstars

The python cyclonedds version is not up-to-date on pypi.

https://pypi.org/project/cyclonedds/ still has 0.10.2, but the current version is 0.10.4.

trittsv avatar Feb 26 '24 15:02 trittsv

Agreed, it would also be handy to have binary builds available using the python stable API.

https://docs.python.org/3/c-api/stable.html#stable-abi

windelbouwman avatar May 06 '24 08:05 windelbouwman

you can build whichever version you want from the git, and can build a wheel which you can share with others. Please note that, the builds will be platform and python version specific. Even different version of python will not be able to install the package with a given wheel.

amolizm avatar Jun 01 '24 14:06 amolizm

pypi packages are updated now

trittsv avatar Jun 05 '24 14:06 trittsv