File tree 6 files changed +27
-6
lines changed
6 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
schedule :
8
- - cron : " 26 * * * *"
8
+ - cron : " 22 * * * *"
9
9
10
10
jobs :
11
11
sync :
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
schedule :
8
- - cron : " 38 * * * *"
8
+ - cron : " 32 * * * *"
9
9
10
10
jobs :
11
11
sync :
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
schedule :
8
- - cron : " 50 * * * *"
8
+ - cron : " 42 * * * *"
9
9
10
10
jobs :
11
11
sync :
12
12
uses : ./.github/workflows/sync.yml
13
13
with :
14
14
version : " 3.12"
15
- tx_project : " python-newest "
15
+ tx_project : " python-312 "
16
16
secrets : inherit
Original file line number Diff line number Diff line change
1
+ name : python-313
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ schedule :
8
+ - cron : " 52 * * * *"
9
+
10
+ jobs :
11
+ sync :
12
+ uses : ./.github/workflows/sync.yml
13
+ with :
14
+ version : " 3.13"
15
+ tx_project : " python-newest"
16
+ secrets : inherit
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
schedule :
8
- - cron : " 14 * * * *"
8
+ - cron : " 12 * * * *"
9
9
10
10
jobs :
11
11
sync :
Original file line number Diff line number Diff line change @@ -12,11 +12,16 @@ Maintained versions:
12
12
* - Version
13
13
- Sync status
14
14
- Translation progress
15
+ * - `3.13 <https://github.com/python/python-docs-zh-cn/tree/3.13 >`_
16
+ - .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-313/badge.svg
17
+ :target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-313
18
+ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.13%2F.stat.json&query=%24.translation&label=zh-CN
19
+ :target: https://app.transifex.com/python-doc/python-newest/
15
20
* - `3.12 <https://github.com/python/python-docs-zh-cn/tree/3.12 >`_
16
21
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-312/badge.svg
17
22
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-312
18
23
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.12%2F.stat.json&query=%24.translation&label=zh-CN
19
- :target: https://app.transifex.com/python-doc/python-newest /
24
+ :target: https://app.transifex.com/python-doc/python-312 /
20
25
* - `3.11 <https://github.com/python/python-docs-zh-cn/tree/3.11 >`_
21
26
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-311/badge.svg
22
27
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-311
You can’t perform that action at this time.
0 commit comments