-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pymodbus 3.x #560
Comments
Thanks for all your work on this project! Python 3.10 is scheduled to be released in October of this year and will be the first version that will be incompatible with pymodbus 2.X code due to the removal of the |
@JamesJeffryes I am particularly held up with cleaning up . I have no definite timeline in mind to release 3.x soon. There is a branch 3.0.0 available which still python2 compatible . You can also look in to existing PR's and issues with label |
Since this issue is now ~ a year old: Is it still goal to support 3.6 or shall we step up to 3.7 as minimal version? |
Python 3.6 is now EOL. https://endoflife.date/python though it wasn't technically at the time of @swamper123 's comment. |
https://docs.python.org/3/library/asyncio-task.html
|
There are a larger work in progress to ensure the code follows pep8 and deprecated items are replaced. see branch dev_pep8. |
and btw. @corutine works in 3.10 (at least here on my mac). |
@roguh Is there still a leftover I have missed? |
Did any of you bother to look at the code? the @asyncio.coroutine is in line 24 of asyncio_test_helper.py, in a comment, so I really wonder what the talk is about. |
Can we close this issue ? |
Yes, closing |
Versions
Pymodbus Specific
Description
This issue covers a broader range of enhancements and bug fixes that will be going part of pymodbus 3.x which targets only python 3.6 and above. The support to python2.x will no longer be provided after the first release of 3.x.
New features
Enhancements and bug fixes
ModbusIOException
on error .Please feel free to comment with other enhancements and bugfixes which you think would be a good addition.
The text was updated successfully, but these errors were encountered: