infra: test doc imports 3.12 (#27653)

This commit is contained in:
Erick Friis 2024-10-25 13:23:06 -07:00 committed by GitHub
parent 600b7bdd61
commit 247d6bb09d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,7 +308,7 @@ if __name__ == "__main__":
]
}
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():