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

Any plan to support older Pythons (e.g. <=3.6)? #123

Closed
dh377 opened this issue Oct 31, 2023 · 4 comments
Closed

Any plan to support older Pythons (e.g. <=3.6)? #123

dh377 opened this issue Oct 31, 2023 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@dh377
Copy link

dh377 commented Oct 31, 2023

Our codebase is still using Python 3.6. (It's used in enterprise environments, and Python version upgrades are very conservative.) It would be better if we can designate debugpy version in config.json or can get separated extension which contains older version of debugpy==1.5.1.

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 31, 2023
@karthiknadig
Copy link
Member

@dh377 Version 2023.1.* supports python 3.6. You should pin it to that.

/cc @paulacamargo25 correct me if the version is wrong.

@paulacamargo25 paulacamargo25 self-assigned this Oct 31, 2023
@paulacamargo25
Copy link
Contributor

Yes, just pin to the last version that starts with 2023.1.* , this version uses debugpy 1.5.1.

@paulacamargo25 paulacamargo25 added info-needed Issue requires more information from poster and removed triage-needed Needs assignment to the proper sub-team labels Oct 31, 2023
@dh377
Copy link
Author

dh377 commented Nov 1, 2023

I confirmed that 2023.1.* is working with Python 3.6. Thank you! However, there is not any sense the version is supporting Python 3.6 or debugpy==1.5.1 in the description. I think the description should be mentioned about it.

@paulacamargo25
Copy link
Contributor

Thanks @dh377, we are addressing this issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants