Hi,
I'm trying to install pydnp3 via the PyPI package (https://pypi.org/project/pydnp3).
My Python application is using Python 3, but the version that was released to PyPI is from 2018 and depends on Python 2.7 headers. Python 2.7 is End of Life at the end of 2019, so we cannot make our application use 2.x version anymore.
Changes to this library now allow any version of Python to be used. What is needed is to publish a new version to PyPI.
It is possible to publish an update? I'd also be happy to make it happen, but I don't have the required permissions.
Thanks.
Hi,
I'm trying to install pydnp3 via the PyPI package (https://pypi.org/project/pydnp3).
My Python application is using Python 3, but the version that was released to PyPI is from 2018 and depends on Python 2.7 headers. Python 2.7 is End of Life at the end of 2019, so we cannot make our application use 2.x version anymore.
Changes to this library now allow any version of Python to be used. What is needed is to publish a new version to PyPI.
It is possible to publish an update? I'd also be happy to make it happen, but I don't have the required permissions.
Thanks.