-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix(general): update Python version in .gitpod.Dockerfile #6739
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
Conversation
The current gitpod integration is not working because of this simple issue. Could I get one of the maintainers to take a quick look at this one-line change? Thanks a lot in advance! 🙏 |
Hi @tpvasconcelos, |
@AdamDev done! |
Hey @tpvasconcelos , |
@MaryArmaly done ✅ |
@tpvasconcelos I am sorry for the delay. What errors did you experience because of the pipfile mismatch? We support python 3.8 - 3.13. |
@tjwald the Pipfile and Piplock files are pinned to version 3.8 [requires]
python_version = "3.8" You can replicate the error if you try using the project's gitpod instance |
Yes but we do support >3.8 so this shouldn't be an issue. In any case, we don't want to downgrade the python version. |
After internal discussions, we do not want to downgrade the python version, and will close this PR. |
@tjwald just to be clear, the core problem remains unsolved: the gitpod instance will have Python 3.10 installed but the Pipfile and Pipfile.lock files pin the Python version to 3.8. So this fails. Im obviously fine with you wanting to keep 3.10 as your gitpod Python version, but then the Pipfile (and Pipfile.lock) needs to be updated instead Hope that makes sense 👍 |
User description
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description
The Python version specified in the Pipfile is 3.8. The current configuration is not working because of this.
Checklist:
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Updates the Python version in .gitpod.Dockerfile from 3.10.14 to 3.8.20 to align with the version specified in the Pipfile.
Modified files (1)
Latest Contributors(2)