Sync latest Python releases (#12120)

Automated update for Python releases.

---------

Co-authored-by: zanieb <2586601+zanieb@users.noreply.github.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
github-actions[bot] 2025-03-11 20:58:47 +00:00 committed by GitHub
parent a59778fca3
commit f3fb1c5a17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 689 additions and 688 deletions

View file

@ -432,6 +432,7 @@ class CPythonFinder(Finder):
(
"lto" in build_options,
"pgo" in build_options,
"static" not in build_options,
)
)