We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Github is dropping support for Python 2.7 - actions/setup-python#672
This means that using Python2 to fetch and install attrs and typing for Jython (
ghidra-pyi-generator/.github/workflows/publish.yml
Lines 80 to 92 in ad01e1e
I think the best solution is to vendor those packages, and copy things over ourselves (as we won't have pip).
The text was updated successfully, but these errors were encountered:
I ran a terrible hack (#20 ) to get the Jython site packages from the CI. We now need to:
jython-site-packages.zip
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Github is dropping support for Python 2.7 - actions/setup-python#672
This means that using Python2 to fetch and install attrs and typing for Jython (
ghidra-pyi-generator/.github/workflows/publish.yml
Lines 80 to 92 in ad01e1e
I think the best solution is to vendor those packages, and copy things over ourselves (as we won't have pip).
The text was updated successfully, but these errors were encountered: