]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Run CI on the 3.13 branch (GH-118779) (#118781)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 May 2024 18:43:25 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 18:43:25 +0000 (18:43 +0000)
(cherry picked from commit c68311df8543384e04fe994b3d4f4718cca1040e)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
.github/workflows/build.yml

index 1b2677ff6fe8894cb7ad7dd78168c837b9aa6e7e..a53f1ae1a46fc1aa7c96e2505b084b3f624bcf68 100644 (file)
@@ -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