Skip to content

Commit 349c11f

Browse files
committed
chore: change python version to 3.13
1 parent 4e91a85 commit 349c11f

File tree

4 files changed

+6
-70
lines changed

4 files changed

+6
-70
lines changed

.github/workflows/deploy-gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy-gh-page
33
on:
44
push:
55
branches:
6-
- "3.12"
6+
- "3.13"
77

88
jobs:
99
cd:

.github/workflows/py312-sync-cpython.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endef
3838
export PRINT_HELP_PYSCRIPT # End of python section
3939

4040
CPYTHON_CLONE := ../cpython
41-
VERSION := $(or $(VERSION), 3.12)
41+
VERSION := $(or $(VERSION), 3.13)
4242
SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py
4343
LANGUAGE := zh_TW
4444
LC_MESSAGES := $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python 官方說明文件臺灣繁體中文翻譯計畫
66
:target: https://discord.gg/44XheGXhWH
77
:alt: Join Chat on Discord
88

9-
這是 Python 3.12 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
9+
這是 Python 3.13 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
1010

1111
翻譯之前,請務必詳讀並同意\ `授權與 License`_。參與方式請參考\ `參與翻譯`_。
1212

@@ -132,13 +132,13 @@ the PSF for inclusion in the documentation.
132132

133133
接著在 terminal 裡按照以下步驟:
134134

135-
1. 基於最新版本的 ``upstream/3.12`` 開啟一個 branch,現在假設我們想要翻譯 library/math.po \
135+
1. 基於最新版本的 ``upstream/3.13`` 開啟一個 branch,現在假設我們想要翻譯 library/math.po \
136136
所以把這個 branch 叫做 ``library/math``:
137137

138138
.. code-block:: bash
139139
140140
git fetch upstream
141-
git checkout -b library/math upstream/3.12
141+
git checkout -b library/math upstream/3.13
142142
143143
2. 接著就可以開始翻譯(翻譯時可參考\ `翻譯守則`_),你可以手動開啟 Poedit 應用程式再選 \
144144
library/math.po 檔案打開
@@ -222,7 +222,7 @@ the PSF for inclusion in the documentation.
222222

223223
- 從 upstream(我們的主要 GitHub repo)做 fetch 的動作
224224
- 對 origin(你的 fork)做 push
225-
- 永遠不對 ``3.12`` branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。
225+
- 永遠不對 ``3.13`` branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。
226226

227227
要翻譯哪些東西
228228
--------------

0 commit comments

Comments
 (0)