Skip to content

Python feature forced upgrade in the Scicloj template's devcontainer.json#36

Merged
behrica merged 1 commit intoscicloj:mainfrom
Consistent1:main
Mar 27, 2025
Merged

Python feature forced upgrade in the Scicloj template's devcontainer.json#36
behrica merged 1 commit intoscicloj:mainfrom
Consistent1:main

Conversation

@Consistent1
Copy link
Contributor

Poetry requires a current version of Python.
The Python feature defaults to "os-provided", not to "latest". The OS-provided value is currently (Python) 3.10, resulting in an incompatibility with Poetry. This is contrary to the convention, mentioned at thttps://github.com/devcontainers/features/blob/main/README.md. To verify this is the case, please see:
https://github.com/devcontainers/features/blob/main/src/python/devcontainer-feature.json

Poetry requires a current version of Python.
The Python feature defaults to "os-provided", not to "latest".
The op-provided value is currently (Python) 3.10, resulting in an incompatibility with Poetry. 
This is contrary to the convention, mentioned at thttps://github.com/devcontainers/features/blob/main/README.md.
To verify this is the case, please see:
https://github.com/devcontainers/features/blob/main/src/python/devcontainer-feature.json
@behrica behrica merged commit f0607e6 into scicloj:main Mar 27, 2025
2 checks passed
@behrica
Copy link
Member

behrica commented Mar 27, 2025

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.

2 participants