-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove py2 compat #32
base: master
Are you sure you want to change the base?
Conversation
@goffi-contrib: care to take a look at this? |
@ralphm sure, checking it now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the code looks fine by me, and I could successfully use it with Libervia and connect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks 👍 to me.
I'd suggest adding to setup.py:
Programming Language :: Python :: 3 :: Only
classifier- a
python_requires
kwarg, so that users with older versions of python don't get a broken install: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
Hello! Would it be possible to merge this? |
@ralphm Mind merging and releasing this? |
Maybe merge this? |
Bump. |
Fixes #31.