Skip to content

Commit 72a7bd7

Browse files
authored
add 3.15 and remove 3.9
1 parent d0a223a commit 72a7bd7

4 files changed

Lines changed: 30 additions & 12 deletions

File tree

.github/workflows/python-314.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: ./.github/workflows/sync.yml
1414
with:
1515
version: "3.14"
16-
tx_project: "python-newest"
16+
tx_project: "python-314"
1717
secrets: inherit

.github/workflows/python-315.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: python-315
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
schedule:
9+
- cron: "12 * * * *"
10+
11+
jobs:
12+
sync:
13+
uses: ./.github/workflows/sync.yml
14+
with:
15+
version: "3.15"
16+
tx_project: "python-newest"
17+
secrets: inherit
18+

.github/workflows/python-39.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: python-39
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- master
8-
schedule:
9-
- cron: "12 * * * *"
105

116
jobs:
127
sync:

README.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ Maintained versions:
1212
* - Version
1313
- Sync status
1414
- Translation progress
15+
* - `3.15 <https://github.com/python/python-docs-zh-cn/tree/3.15>`_
16+
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-315/badge.svg
17+
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-315
18+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.15%2F.stat.json&query=%24.translation&label=zh-CN
19+
:target: https://app.transifex.com/python-doc/python-newest/
1520
* - `3.14 <https://github.com/python/python-docs-zh-cn/tree/3.14>`_
1621
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-314/badge.svg
1722
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-314
1823
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.14%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-314/
2025
* - `3.13 <https://github.com/python/python-docs-zh-cn/tree/3.13>`_
2126
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-313/badge.svg
2227
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-313
@@ -37,11 +42,6 @@ Maintained versions:
3742
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-310
3843
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.10%2F.stat.json&query=%24.translation&label=zh-CN
3944
:target: https://app.transifex.com/python-doc/python-310/
40-
* - `3.9 <https://github.com/python/python-docs-zh-cn/tree/3.9>`_
41-
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-39/badge.svg
42-
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-39
43-
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.9%2F.stat.json&query=%24.translation&label=zh-CN
44-
:target: https://app.transifex.com/python-doc/python-39/
4545

4646
EOL versions:
4747

@@ -51,6 +51,11 @@ EOL versions:
5151
* - Version
5252
- Sync status
5353
- Translation progress
54+
* - `3.9 <https://github.com/python/python-docs-zh-cn/tree/3.9>`_
55+
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-39/badge.svg
56+
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-39
57+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.9%2F.stat.json&query=%24.translation&label=zh-CN
58+
:target: https://app.transifex.com/python-doc/python-39/
5459
* - `3.8 <https://github.com/python/python-docs-zh-cn/tree/3.8>`_
5560
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-38/badge.svg
5661
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-38

0 commit comments

Comments
 (0)