Skip to content

Commit

Permalink
Merge branch 'master' into erick/docs-reorganize-contributing-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 25, 2024
2 parents 856ecfd + 247d6bb commit b67099c
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 b67099c

Please sign in to comment.