8000 [3.13] Run CI on the 3.13 branch (GH-118779) (#118781) · python/cpython@58d9a9b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58d9a9b

Browse files
[3.13] Run CI on the 3.13 branch (GH-118779) (#118781)
(cherry picked from commit c68311d) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent c844b14 commit 58d9a9b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ on:
88
push:
99
branches:
1010
- 'main'
11-
- '3.12'
12-
- '3.11'
13-
- '3.10'
14-
- '3.9'
15-
- '3.8'
11+
- '3.*'
1612
pull_request:
1713
branches:
1814
- 'main'
19-
- '3.12'
20-
- '3.11'
21-
- '3.10'
22-
- '3.9'
23-
- '3.8'
15+
- '3.*'
2416

2517
permissions:
2618
contents: read

0 commit comments

Comments
 (0)
0