Skip to content
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

feat: add support for Python 3.11 #122

Closed

Conversation

aaron-prindle
Copy link

@aaron-prindle aaron-prindle commented Dec 18, 2022

Fixes #121

PR based off of: #101

@briandealwis
Copy link
Member

Looks like PyDev 10.0.0 dropped Python 2.7 support as of October 1, 2022, which would correspond to pydevd 2.9.0. The PyDev 9.3.0 release notes also adds that Python 3.6 will be the minimum targeted going forward. So we'll need to lock in pydevd 2.8.0 for Python 2.7 and 3.5.

I opened #123 to drop Python 2.7 support whenever we do a v2 of the debug-support images.

@aaron-prindle
Copy link
Author

aaron-prindle commented Feb 13, 2023

@briandealwis I'm not sure if I understand the actionable next steps from your comment above. In the PR here should I pin the version of pydevd used to v2.9.0? Currently I'm a bit confused how to get this PR in good shape, please let me know if you have any suggestions here. This PR was modeled off of #101 and I am still going through the codebase to understand what is actually happening under the hood. Any tips would be appreciated, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add skaffold debug support for Python 3.11
2 participants