BorisQuanLi opened a new pull request, #35528: URL: https://github.com/apache/beam/pull/35528
## Description This PR updates outdated Python version matrices in the GitHub Actions workflows documentation to align with the current officially supported Python versions. ## Changes Made - Remove Python 3.8 (no longer supported) - Add Python 3.12 (now supported) - Update all workflow documentation entries to match gradle.properties - Affects 21+ instances in .github/workflows/README.md ## Rationale The workflow documentation was showing inconsistent Python version support compared to the official configuration. This change aligns the documentation with the official Python version support defined in `gradle.properties`: `3.9,3.10,3.11,3.12,3.13`. ## Impact - **Documentation-only change** - no functional impact on actual workflows - **Improves consistency** between documentation and official configuration - **Helps contributors** understand current Python version support - **References authoritative source** (gradle.properties) for version information ## Testing Verified all Python 3.8 references were updated by running: ```bash grep -n "3\.8" .github/workflows/README.md -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org