Skip to content

Commit d12da5b

Browse files
committed
Update default python to latest supported (ansible#182)
1 parent 44f68b8 commit d12da5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
min_python: "3.10"
3232
max_python: "3.12"
33-
default_python: "3.11" # used by jobs in other_names
33+
default_python: "3.12" # used by jobs in other_names
3434
other_names: |
3535
lint
3636
docs

0 commit comments

Comments
 (0)