https://github.com/python/cpython/commit/58d9a9b7b1110209dbf3f82a3f01de6feac9fa1b commit: 58d9a9b7b1110209dbf3f82a3f01de6feac9fa1b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra <[email protected]> date: 2024-05-08T18:43:25Z summary:
[3.13] Run CI on the 3.13 branch (GH-118779) (#118781) (cherry picked from commit c68311df8543384e04fe994b3d4f4718cca1040e) Co-authored-by: Jelle Zijlstra <[email protected]> files: M .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b2677ff6fe889..a53f1ae1a46fc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,19 +8,11 @@ on: push: branches: - 'main' - - '3.12' - - '3.11' - - '3.10' - - '3.9' - - '3.8' + - '3.*' pull_request: branches: - 'main' - - '3.12' - - '3.11' - - '3.10' - - '3.9' - - '3.8' + - '3.*' permissions: contents: read _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
