-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support for Python3.6 #122
Comments
Hi, It is tested against python 3.5: https://jenkins.argo.grnet.gr/job/B2HANDLE_devel/ The documentation also states python 3.5 |
Let me try to reformulate the question: do you have plan for supporting python 3.6? Many thanks |
The solution proposed in (#115) does not resolve the random dictionary order issue in python 3.6.. |
Does the issue affect only the tests? If that is the case we could start using the library anyway (maybe forking and editing the setup.py) |
I just performed some operations like creating and retrieving handles (python 3.6.0) and it works. |
Ok. I have forked the repo here.
It worked with I leave you the choice whether to close the issue. Thanks! |
Just talked again with Sofiane and we think that the dictionary ordering issue is a Python issue that has already been discussed in the community for quite a while now. But this does not affect the functionality of b2handle; so our solution is to deactivate the test. |
I admit I'm missing context here but if the core of the problem is that comparing dicts may yield failures because the order is undefined why not use Just my 2 cents, Raphael - a lurker |
I wonder if there is any progress on this? |
@stefan-wolfsheimer we will release a new version of the B2HANDLE library that supports Python 3.6. / 3.7 |
Meanwhile, the October 2019 256b5a9 says:
It seems this was also merged into the October 2019 pre-release 1.1.2. |
Does the library support Python 3.6?
We are going to relay on this library in the B2STAGE HTTP-API which is based on py 3.6
Thanks!
The text was updated successfully, but these errors were encountered: