8000 Update update.yml with 3.13 · python/python-docs-pt-br@c31f52e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

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 c31f52e

Browse files
authored
Update update.yml with 3.13
1 parent 0bd043a commit c31f52e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/update.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,21 @@ on:
77
description: CPython branch to use
88
required: false
99
type: string
10-
default: '3.12'
10+
default: '3.13'
1111
pull_request:
1212
paths:
1313
- '.github/workflows/update.yml'
1414
- 'Makefile'
1515
- 'requirements.txt'
1616
branches:
17-
- '3.12'
17+
- '3.13'
1818
push:
1919
paths:
2020
- '.github/workflows/update.yml'
2121
- 'Makefile'
2222
- 'requirements.txt'
2323
branches:
24-
- '3.12'
25-
- '3.11'
26-
- '3.10'
27-
- '3.9'
28-
- '3.8'
29-
- '3.7'
24+
- '3.13'
3025
schedule:
3126
- cron: '0 23 * * *'
3227

@@ -151,9 +146,9 @@ jobs:
151146
fail-fast: false
152147
max-parallel: 3
153148
matrix:
154-
branch: ['3.11', '3.10', '3.9', '3.8', '3.7', '3.6', '2.7']
149+
branch: ['3.12', '3.11', '3.10', '3.9', '3.8', '3.7', '3.6', '2.7']
155150
include:
156-
- branch: 3.11
151+
- branch: 3.12
157152
overwrite: true
158153
steps:
159154
- name: Get branch name on push or schedule

0 commit comments

Comments
 (0)
0