]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Run CI on the 3.13 branch (#118779)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 8 May 2024 18:12:36 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 18:12:36 +0000 (18:12 +0000)
.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