Oscar
Oscar
I think the reason 2.7, 3.5 and 3.6 builds are still "expected", may be branch protection rules, which are defined in the repo settings (available to @kbandla). Reference: https://github.com/orgs/community/discussions/26698
This looks good to me. Not sure about pypy, never used it. We can update the README separately once the 2.7 support branch is up.
Thanks @kbandla I pushed a quick fix via https://github.com/kbandla/dpkt/pull/652 which helped to unblock the builds for the time being
So I really **really** don't maintain this project anymore and doubt it even works with all new python 3 constructs and new ST APIs etc... But just in case.. What...
Thanks for your kind words! Looks like there is a way to save some project data using `set_project_data(data)` and `project_data()` API that ST3 provides (https://www.sublimetext.com/docs/3/api_reference.html). I'll tinker with it sometime...