You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/python/defaults/main.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
# string notation is important as otherwise trailing zeros are cut
5
5
# @var python_interpreter_versions:type: list
6
6
python_interpreter_versions:
7
-
- "3.12"
8
-
- "3.13"
7
+
- '3.12'
8
+
- '3.13'
9
9
10
10
# @var python_update_versions:description: If true, automatically updates the minor versions in `python_interpreter_versions` to the latest patch version
0 commit comments