Skip to content

Commit

Permalink
infra: test doc imports 3.12 (#27653)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 25, 2024
1 parent 600b7bd commit 247d6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def _get_configs_for_multi_dirs(
]
}
map_job_to_configs["test-doc-imports"] = (
[{"python-version": "3.13"}] if docs_edited else []
[{"python-version": "3.12"}] if docs_edited else []
)

for key, value in map_job_to_configs.items():
Expand Down

0 comments on commit 247d6bb

Please sign in to comment.