Skip to content

Commit 7c315da

Browse files
committed
chore: lint and dind changes
1 parent 74914b2 commit 7c315da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.crow/molecule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919

2020
steps:
2121
- name: 'Test ${SCENARIO}'
22-
image: library/docker:28.2.2-dind-alpine
22+
image: library/docker:28-dind
2323
privileged: true
2424
environment:
2525
# force output of ANSI colors

roles/python/defaults/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# string notation is important as otherwise trailing zeros are cut
55
# @var python_interpreter_versions:type: list
66
python_interpreter_versions:
7-
- "3.12"
8-
- "3.13"
7+
- '3.12'
8+
- '3.13'
99

1010
# @var python_update_versions:description: If true, automatically updates the minor versions in `python_interpreter_versions` to the latest patch version
1111
# @var python_update_versions:type: boolean

0 commit comments

Comments
 (0)