diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-03-04 00:47:09 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-03-04 00:49:46 +0100 |
| commit | 87cf9ba56ebe545e0f60e1173e2abf435abf779d (patch) | |
| tree | 44f50edc747c8f84cba74a392df6110981789617 /roles/python/defaults/main.yml | |
| parent | 7dac53e392e4226973846fe68ebe4a9828dc18ab (diff) | |
Refactor language roles to use mise and install multiple version support
Diffstat (limited to 'roles/python/defaults/main.yml')
| -rw-r--r-- | roles/python/defaults/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/python/defaults/main.yml b/roles/python/defaults/main.yml index c6cfa5a4..2e43307e 100644 --- a/roles/python/defaults/main.yml +++ b/roles/python/defaults/main.yml @@ -1,2 +1,4 @@ --- -python_versions: [] +python_versions: + - "latest" +python_uv_version: "latest" |
