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

Update manifest.json Python version population #2470

Open
sagerb opened this issue Dec 9, 2024 · 0 comments
Open

Update manifest.json Python version population #2470

sagerb opened this issue Dec 9, 2024 · 0 comments
Assignees
Milestone

Comments

@sagerb
Copy link
Collaborator

sagerb commented Dec 9, 2024

We should update how we decide which Python version we specify for running on Connect. This work would update the the Python.version field in the config to be optional, and document what it means to set it. This should also update how we build the manifest.json accordingly:

From the Python.version in the config, if set (this field is now optional)
From the current active version of Python in the IDE, if the Python.version is not set in config
The answer to this should populate thepython.version field in the manifest.json, when we build it.

Note that this doesn't lean on the .python-version file written by pyenv (docs). If we tackle that change, it will be in a follow-on issue.

@sagerb sagerb changed the title Update manifest.json Python version (platform) population Update manifest.json Python version population Dec 9, 2024
@m-- m-- added this to the v.1.8.0 milestone Dec 10, 2024
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

No branches or pull requests

2 participants