Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add known compatible Python/Node dev versions
Also update CONTRIBUTING.md to match. For contribution, add versions we know to work together. @wdio/sync brings fibers, which needs compilation. That compilation fails for some combinations of Node and Python: ``` ValueError: invalid mode: 'rU' while trying to load binding.gyp ``` or ``` npm ERR! ../src/fibers.cc:27:65: error: no member named 'kFinalizer' in 'v8::WeakCallbackType' npm ERR! handle.SetWeak(val, WeakCallbackShim<F, P>, WeakCallbackType::kFinalizer); npm ERR! ~~~~~~~~~~~~~~~~~~^ ``` Fixes #608.
- Loading branch information