Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5de9a3a

Browse files
committed
Add version 3.13
1 parent2507666 commit5de9a3a

File tree

6 files changed

+27
-6
lines changed

6 files changed

+27
-6
lines changed

‎.github/workflows/python-310.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
-master
77
schedule:
8-
-cron:"26 * * * *"
8+
-cron:"22 * * * *"
99

1010
jobs:
1111
sync:

‎.github/workflows/python-311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
-master
77
schedule:
8-
-cron:"38 * * * *"
8+
-cron:"32 * * * *"
99

1010
jobs:
1111
sync:

‎.github/workflows/python-312.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
branches:
66
-master
77
schedule:
8-
-cron:"50 * * * *"
8+
-cron:"42 * * * *"
99

1010
jobs:
1111
sync:
1212
uses:./.github/workflows/sync.yml
1313
with:
1414
version:"3.12"
15-
tx_project:"python-newest"
15+
tx_project:"python-312"
1616
secrets:inherit

‎.github/workflows/python-313.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

‎.github/workflows/python-39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
-master
77
schedule:
8-
-cron:"14 * * * *"
8+
-cron:"12 * * * *"
99

1010
jobs:
1111
sync:

‎README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ Maintained versions:
1212
* - Version
1313
- Sync status
1414
- 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/
1520
* - `3.12<https://github.com/python/python-docs-zh-cn/tree/3.12>`_
1621
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-312/badge.svg
1722
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-312
1823
- .. 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/
2025
* - `3.11<https://github.com/python/python-docs-zh-cn/tree/3.11>`_
2126
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-311/badge.svg
2227
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-311

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp