-
Notifications
You must be signed in to change notification settings - Fork 55
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
test support in node 14 #33
Conversation
FYI If I change the version in here to
|
Ok i just added that in this PR, let's see if that's enough What do you think @extremeheat ? Any drawback to supporting node >= 14 ? |
Still getting If you have time to investigate, feel free to suggest further changes |
Did some debugging, seems like the issue was the in-place python package install for the python test. Should be OK now. I believe the main issue with node 14 was with the javascript pip package where the event emitter handling code changed in node 15/16 causing the behavior on the Python side to be different. It was fixed with a patch here. I don't think the issue is present on the pythonia package as we don't do event emitter handling there, so yeah doesn't seem like there's any other blocking issue for node 16. |
Ok, let's merge it then ? |
Lgtm |
Ok, i guess we'll need a new release too |
#32